diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/scummsys.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/common/scummsys.h b/common/scummsys.h index b205665653..a9512f4b3e 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -35,10 +35,6 @@ #define GCC_ATLEAST(major, minor) 0 #endif -#if defined(_WIN32_WCE) && _WIN32_WCE < 300 - #define NONSTANDARD_PORT -#endif - #if defined(NONSTANDARD_PORT) // Ports which need to perform #includes and #defines visible in @@ -89,8 +85,6 @@ } #endif - #if !defined(_WIN32_WCE) - #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #define NOGDICAPMASKS #define OEMRESOURCE @@ -115,8 +109,6 @@ #define NOSOUND #define NODRAWTEXT - #endif - #endif #if defined(__QNXNTO__) |