diff options
-rw-r--r-- | os2.c | 5 | ||||
-rw-r--r-- | stdafx.h | 1 |
2 files changed, 1 insertions, 5 deletions
@@ -25,11 +25,6 @@ #include <i86.h> -static inline int strcasecmp(const char* s1, const char* s2) -{ - return stricmp(s1, s2); -} - static char *_fios_path; static char *_fios_save_path; static char *_fios_scn_path; @@ -22,6 +22,7 @@ #if defined(__OS2__) # include <types.h> +# define strcasecmp stricmp #endif #ifdef __BEOS__ |