[Scummvm-cvs-logs] SF.net SVN: scummvm: [24257] scummvm/trunk/sound/fmopl.cpp

djwillis at users.sourceforge.net djwillis at users.sourceforge.net
Mon Oct 9 22:39:04 CEST 2006


Revision: 24257
          http://svn.sourceforge.net/scummvm/?rev=24257&view=rev
Author:   djwillis
Date:     2006-10-09 13:38:59 -0700 (Mon, 09 Oct 2006)

Log Message:
-----------
Fix GP2X ifdef error in initial patch. Sorry.

Modified Paths:
--------------
    scummvm/trunk/sound/fmopl.cpp

Modified: scummvm/trunk/sound/fmopl.cpp
===================================================================
--- scummvm/trunk/sound/fmopl.cpp	2006-10-09 18:30:30 UTC (rev 24256)
+++ scummvm/trunk/sound/fmopl.cpp	2006-10-09 20:38:59 UTC (rev 24257)
@@ -35,7 +35,7 @@
 
 #include "common/util.h"
 
-#if defined (_WIN32_WCE) || defined (__SYMBIAN32__) || defined(PALMOS_MODE) || defined(__GP32__) || defined(__GP2X__) || defined (__MAEMO__) || defined(__DS__)
+#if defined (_WIN32_WCE) || defined (__SYMBIAN32__) || defined(PALMOS_MODE) || defined(__GP32__) || defined(GP2X) || defined (__MAEMO__) || defined(__DS__)
 #include "common/config-manager.h"
 #endif
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list