pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src pingus_resource.cxx,1.6,1.7


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src pingus_resource.cxx,1.6,1.7
Date: 23 Jun 2002 11:54:12 -0000

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

Modified Files:
        pingus_resource.cxx 
Log Message:
win32 fixes

Index: pingus_resource.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingus_resource.cxx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- pingus_resource.cxx 22 Jun 2002 17:40:55 -0000      1.6
+++ pingus_resource.cxx 23 Jun 2002 11:54:10 -0000      1.7
@@ -17,9 +17,11 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <unistd.h>
+#ifndef WIN32
+       #include <unistd.h>
+       #include <sys/types.h>
+       #include <sys/stat.h>
+#endif
 #include <assert.h>
 
 #include <ClanLib/png.h>




reply via email to

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