[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.7,1.8

Pawe? Ko?odziejski aquadran at users.sourceforge.net
Mon Sep 16 07:44:03 CEST 2002


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

Modified Files:
	simon.cpp 
Log Message:
fixed crash at release mode under VC6 and cleanup

Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- simon.cpp	16 Sep 2002 08:22:30 -0000	1.7
+++ simon.cpp	16 Sep 2002 14:43:13 -0000	1.8
@@ -33,14 +33,6 @@
 
 #endif
 
-#if defined (WIN32) && defined (NDEBUG)
-
-extern "C" {
-	int errno;
-}
-
-#endif
-
 static const GameSpecificSettings simon1_settings = {
 	1,														/* VGA_DELAY_BASE */
 	1576 / 4,											/* TABLE_INDEX_BASE */





More information about the Scummvm-git-logs mailing list