[Scummvm-cvs-logs] CVS: scummvm/common scummsys.h,1.31,1.32
Chris Apers
chrilith at users.sourceforge.net
Thu Jul 24 08:02:02 CEST 2003
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv25505
Modified Files:
scummsys.h
Log Message:
Remove palmos fixme
Index: scummsys.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scummsys.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- scummsys.h 24 Jul 2003 14:47:48 -0000 1.31
+++ scummsys.h 24 Jul 2003 15:01:01 -0000 1.32
@@ -163,8 +163,8 @@
#include "extend.h"
#define __PALM_OS__
- #define scumm_stricmp stricmp// FIXME - this is definitly wrong. Try strcasecmp?
- #define scumm_strnicmp strnicmp// FIXME - this is definitly wrong. Try strncasecmp?
+ #define scumm_stricmp stricmp
+ #define scumm_strnicmp strnicmp
#define CHECK_HEAP
#define SCUMM_BIG_ENDIAN
@@ -435,4 +435,4 @@
#endif
#endif
-#endif
+#endif
\ No newline at end of file
More information about the Scummvm-git-logs
mailing list