From 3920cfe69e6bd4a0b5da07e43694853dcfd7fc5e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 5 May 2011 16:57:38 +0200 Subject: COMMON: Do not #undef _MSC_VER --- common/scummsys.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/common/scummsys.h b/common/scummsys.h index 55429fb847..b5fda99397 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -110,12 +110,6 @@ #include "config.h" #endif -// make sure we really are compiling for WIN32 -#ifndef WIN32 -#undef _MSC_VER -#endif - - // // Define scumm_stricmp and scumm_strnicmp // -- cgit v1.2.3