aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
diff options
context:
space:
mode:
authorMax Horn2011-05-05 16:57:38 +0200
committerMax Horn2011-05-09 16:23:22 +0200
commit3920cfe69e6bd4a0b5da07e43694853dcfd7fc5e (patch)
tree6ddc6095cd87b40a5814a1c846ea35ab13ff750d /common/scummsys.h
parent49ab6d028984a582a9683e30d6e995c7efa3f804 (diff)
downloadscummvm-rg350-3920cfe69e6bd4a0b5da07e43694853dcfd7fc5e.tar.gz
scummvm-rg350-3920cfe69e6bd4a0b5da07e43694853dcfd7fc5e.tar.bz2
scummvm-rg350-3920cfe69e6bd4a0b5da07e43694853dcfd7fc5e.zip
COMMON: Do not #undef _MSC_VER
Diffstat (limited to 'common/scummsys.h')
-rw-r--r--common/scummsys.h6
1 files changed, 0 insertions, 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
//