[Scummvm-cvs-logs] SF.net SVN: scummvm: [23989] scummvm/branches/branch-0-9-0/gui/options.cpp

agent-q at users.sourceforge.net agent-q at users.sourceforge.net
Mon Sep 25 23:09:58 CEST 2006


Revision: 23989
          http://svn.sourceforge.net/scummvm/?rev=23989&view=rev
Author:   agent-q
Date:     2006-09-25 14:09:53 -0700 (Mon, 25 Sep 2006)

Log Message:
-----------
Changes for DS port

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/gui/options.cpp

Modified: scummvm/branches/branch-0-9-0/gui/options.cpp
===================================================================
--- scummvm/branches/branch-0-9-0/gui/options.cpp	2006-09-25 21:08:03 UTC (rev 23988)
+++ scummvm/branches/branch-0-9-0/gui/options.cpp	2006-09-25 21:09:53 UTC (rev 23989)
@@ -35,7 +35,7 @@
 #include "sound/mididrv.h"
 #include "sound/mixer.h"
 
-#if (!( defined(PALMOS_MODE) || defined(__DC__) || defined(__GP32__) || defined(__amigaos4__) ) && !defined(_MSC_VER))
+#if (!( defined(PALMOS_MODE) || defined(__DC__) || defined(__GP32__) || defined(__amigaos4__) || defined(__DS__) ) && !defined(_MSC_VER))
 #include <sys/param.h>
 #include <unistd.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