From d4e6b02fde7870d98c6c55e3bc582aea15deb483 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Fri, 2 Dec 2005 18:37:20 +0000 Subject: Updated so ScummVM also builds for Symbian WINS emulator builds (!defined added) svn-id: r19729 --- common/scummsys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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 -- cgit v1.2.3