[Scummvm-cvs-logs] CVS: scummvm/simon debug.cpp,1.26,1.27

Max Horn fingolfin at users.sourceforge.net
Thu Dec 11 01:57:03 CET 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv27174/simon

Modified Files:
	debug.cpp 
Log Message:
fix compilation on non-win32 systems

Index: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/debug.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- debug.cpp	11 Dec 2003 09:29:56 -0000	1.26
+++ debug.cpp	11 Dec 2003 09:56:21 -0000	1.27
@@ -26,7 +26,7 @@
 #include "simon/debug.h"
 #include "simon/vga.h"
 
-#if defined (WIN32) && !defined(_WIN32_WCE)
+#if !defined(_WIN32_WCE)
 #include <sys/stat.h>
 #endif
 





More information about the Scummvm-git-logs mailing list