[Scummvm-cvs-logs] CVS: scummvm/gui options.cpp,1.58,1.59
Chris Apers
chrilith at users.sourceforge.net
Wed Oct 6 03:09:36 CEST 2004
Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6512
Modified Files:
options.cpp
Log Message:
PalmOS update
Index: options.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/options.cpp,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- options.cpp 28 Sep 2004 11:29:32 -0000 1.58
+++ options.cpp 6 Oct 2004 09:54:20 -0000 1.59
@@ -32,13 +32,17 @@
#include "common/scaler.h"
#include "sound/mididrv.h"
-#if (!( defined(__DC__) || defined(__GP32__)) && !defined(_MSC_VER))
+#if (!( defined(__PALM_OS__) || defined(__DC__) || defined(__GP32__)) && !defined(_MSC_VER))
#include <sys/param.h>
#include <unistd.h>
#endif
#if !(defined(MAXPATHLEN))
+#ifndef __PALM_OS__
#define MAXPATHLEN 1024
+#else
+#define MAXPATHLEN 256
+#endif
#endif
namespace GUI {
More information about the Scummvm-git-logs
mailing list