[Scummvm-cvs-logs] CVS: scummvm/common main.cpp,1.16,1.17 scummsys.h,1.8,1.9

Max Horn fingolfin at users.sourceforge.net
Thu Nov 14 07:01:05 CET 2002


Update of /cvsroot/scummvm/scummvm/common
In directory usw-pr-cvs1:/tmp/cvs-serv22258

Modified Files:
	main.cpp scummsys.h 
Log Message:
cleanup

Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/main.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- main.cpp	14 Nov 2002 14:20:41 -0000	1.16
+++ main.cpp	14 Nov 2002 15:00:51 -0000	1.17
@@ -180,7 +180,6 @@
 	prop.caption = "ScummVM";
 	system->property(OSystem::PROP_SET_WINDOW_CAPTION, &prop);
 
-
 	// Create the GUI manager
 	g_gui = new NewGui(system);
 

Index: scummsys.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scummsys.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- scummsys.h	10 Nov 2002 13:16:59 -0000	1.8
+++ scummsys.h	14 Nov 2002 15:00:52 -0000	1.9
@@ -91,7 +91,7 @@
   #define START_PACK_STRUCTS pack (push,1)
   #define END_PACK_STRUCTS   pack(pop)
   
-#elif defined(UNIX) || defined(__APPLE__)
+#elif defined(UNIX)
   
   #define scumm_stricmp strcasecmp
   





More information about the Scummvm-git-logs mailing list