diff options
author | Chris Apers | 2003-07-24 15:01:01 +0000 |
---|---|---|
committer | Chris Apers | 2003-07-24 15:01:01 +0000 |
commit | 731a1bbbc94d03cb7f3f2030366c9c661c50c1bb (patch) | |
tree | 4f9270173996695eb5bb09a28db554cbda3264f2 /common | |
parent | a8bffdf1c92000eb5a9bbe31a6f9d9448a816030 (diff) | |
download | scummvm-rg350-731a1bbbc94d03cb7f3f2030366c9c661c50c1bb.tar.gz scummvm-rg350-731a1bbbc94d03cb7f3f2030366c9c661c50c1bb.tar.bz2 scummvm-rg350-731a1bbbc94d03cb7f3f2030366c9c661c50c1bb.zip |
Remove palmos fixme
svn-id: r9169
Diffstat (limited to 'common')
-rw-r--r-- | common/scummsys.h | 6 |
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 |