diff options
Diffstat (limited to 'common')
-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 9978cee5f4..5fa8c9d53f 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -41,7 +41,7 @@ #if defined(_MSC_VER) #define scumm_stricmp stricmp - #define scumm_strnicmp strnicmp + #define scumm_strnicmp _strnicmp #define snprintf _snprintf #if defined(CHECK_HEAP) |