[Scummvm-cvs-logs] CVS: scummvm/sound fmopl.cpp,1.38,1.39

Chris Apers chrilith at users.sourceforge.net
Mon Jan 30 11:14:00 CET 2006


Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4712

Modified Files:
	fmopl.cpp 
Log Message:
Wrong #ifdef

Index: fmopl.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/fmopl.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- fmopl.cpp	18 Jan 2006 17:39:52 -0000	1.38
+++ fmopl.cpp	30 Jan 2006 19:13:25 -0000	1.39
@@ -34,7 +34,7 @@
 
 #include "common/util.h"
 
-#if defined (_WIN32_WCE) || defined (__SYMBIAN32__) || defined(PALMOS_ARM) || defined(__GP32__)
+#if defined (_WIN32_WCE) || defined (__SYMBIAN32__) || defined(PALMOS_MODE) || defined(__GP32__)
 #include "common/config-manager.h"
 #endif
 





More information about the Scummvm-git-logs mailing list