diff options
-rw-r--r-- | common/scummsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scummsys.h b/common/scummsys.h index 9472c58807..080aaa1d72 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -43,7 +43,7 @@ #undef _MSC_VER #endif -#if defined(_MSC_VER) +#if defined(_MSC_VER) && !defined(__SYMBIAN32__) #define scumm_stricmp stricmp #define scumm_strnicmp _strnicmp |