diff options
author | Max Horn | 2011-05-05 16:57:38 +0200 |
---|---|---|
committer | Max Horn | 2011-05-09 16:23:22 +0200 |
commit | 3920cfe69e6bd4a0b5da07e43694853dcfd7fc5e (patch) | |
tree | 6ddc6095cd87b40a5814a1c846ea35ab13ff750d | |
parent | 49ab6d028984a582a9683e30d6e995c7efa3f804 (diff) | |
download | scummvm-rg350-3920cfe69e6bd4a0b5da07e43694853dcfd7fc5e.tar.gz scummvm-rg350-3920cfe69e6bd4a0b5da07e43694853dcfd7fc5e.tar.bz2 scummvm-rg350-3920cfe69e6bd4a0b5da07e43694853dcfd7fc5e.zip |
COMMON: Do not #undef _MSC_VER
-rw-r--r-- | common/scummsys.h | 6 |
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 // |