From 373b33b22ad060a6ac2c6df2d6c72091672a13b4 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sat, 19 Feb 2005 15:35:05 +0000 Subject: compatible version for wince svn-id: r16813 --- common/scummsys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/scummsys.h') 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) -- cgit v1.2.3