aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/scummsys.h')
-rw-r--r--common/scummsys.h18
1 files changed, 4 insertions, 14 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index fb81bcb25a..25c5c166e3 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -200,21 +200,11 @@
#elif defined(__PALMOS_TRAPS__) || defined (__PALMOS_ARMLET__)
- #ifdef PALMOS_68K
- # include "globals.h"
- # define SCUMM_BIG_ENDIAN
-
- # define scumm_stricmp StrCaselessCompare
- # define scumm_strnicmp StrNCaselessCompare
-
- #else
-
- # include <extras_string.h>
- # define SCUMM_LITTLE_ENDIAN
+ #include <extras_string.h>
+ #define SCUMM_LITTLE_ENDIAN
- # define scumm_stricmp stricmp
- # define scumm_strnicmp strnicmp
- #endif
+ #define scumm_stricmp stricmp
+ #define scumm_strnicmp strnicmp
#define SCUMM_NEED_ALIGNMENT
#define STRINGBUFLEN 256