diff options
author | Paweł Kołodziejski | 2005-02-19 15:35:05 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2005-02-19 15:35:05 +0000 |
commit | 373b33b22ad060a6ac2c6df2d6c72091672a13b4 (patch) | |
tree | df8efc28761d97d341273b95acba0abf85dc72a2 /common | |
parent | 43cfe01f3d8d2307a23933920cce43740871f367 (diff) | |
download | scummvm-rg350-373b33b22ad060a6ac2c6df2d6c72091672a13b4.tar.gz scummvm-rg350-373b33b22ad060a6ac2c6df2d6c72091672a13b4.tar.bz2 scummvm-rg350-373b33b22ad060a6ac2c6df2d6c72091672a13b4.zip |
compatible version for wince
svn-id: r16813
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) |