aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/scummsys.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 3a342a53e7..f70adc75f5 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -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 @@ void free_check(void *ptr);
#endif
#endif
-#endif
+#endif \ No newline at end of file