[Scummvm-cvs-logs] CVS: scummvm-new/simon simon.cpp,1.5,1.6

Pawe? Ko?odziejski aquadran at users.sourceforge.net
Sun Aug 25 04:34:03 CEST 2002


Update of /cvsroot/scummvm/scummvm-new/simon
In directory usw-pr-cvs1:/tmp/cvs-serv18291a/simon

Modified Files:
	simon.cpp 
Log Message:
fixed VC6 linking

Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm-new/simon/simon.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- simon.cpp	25 Aug 2002 01:17:33 -0000	1.5
+++ simon.cpp	25 Aug 2002 11:33:54 -0000	1.6
@@ -33,7 +33,7 @@
 
 #endif
 
-#ifdef WIN32
+#if defined (WIN32) && defined (NDEBUG)
 
 extern "C" {
 	int errno;





More information about the Scummvm-git-logs mailing list