[Scummvm-cvs-logs] CVS: scummvm/backends/wince pocketpc.cpp,1.5,1.6

Nicolas Bacca arisme at users.sourceforge.net
Tue Oct 22 16:44:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/backends/wince
In directory usw-pr-cvs1:/tmp/cvs-serv2938

Modified Files:
	pocketpc.cpp 
Log Message:
Disable GameX until I'm sure of the license used

Index: pocketpc.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/pocketpc.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pocketpc.cpp	22 Oct 2002 23:00:13 -0000	1.5
+++ pocketpc.cpp	22 Oct 2002 23:43:00 -0000	1.6
@@ -50,7 +50,9 @@
 #include "dynamic_imports.h"
 
 #if defined(MIPS) || defined(SH3)
-#define GAMEX
+#if 0
+#define GAMEX
+#endif
 #endif
 
 #ifdef GAMEX





More information about the Scummvm-git-logs mailing list