pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src/worldmap pingus.hxx,1.4,1.5 stat.cxx,


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap pingus.hxx,1.4,1.5 stat.cxx,1.4,1.5
Date: 22 Aug 2002 02:25:01 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/worldmap
In directory dark:/tmp/cvs-serv10039/worldmap

Modified Files:
        pingus.hxx stat.cxx 
Log Message:
Albertos win32 compability patch

Index: pingus.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/pingus.hxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pingus.hxx  16 Aug 2002 13:03:36 -0000      1.4
+++ pingus.hxx  22 Aug 2002 02:24:59 -0000      1.5
@@ -20,6 +20,10 @@
 #ifndef HEADER_PINGUS_WORLDMAP_PINGUS_HXX
 #define HEADER_PINGUS_WORLDMAP_PINGUS_HXX
 
+#ifdef WIN32
+#pragma warning(disable:4786)
+#endif
+
 #include <math.h>
 #include <queue>
 #include "node.hxx"

Index: stat.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/stat.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- stat.cxx    22 Aug 2002 00:36:30 -0000      1.4
+++ stat.cxx    22 Aug 2002 02:24:59 -0000      1.5
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include "pingus.hxx"
 #include <fstream>
 #include <iostream>
 #include "../system.hxx"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]