diff options
author | Cameron Cawley | 2019-03-31 19:07:40 +0100 |
---|---|---|
committer | Filippos Karapetis | 2019-04-15 08:06:39 +0300 |
commit | bcef809e612177c2bcb7ca3f8682ea96d38c4cdc (patch) | |
tree | 14bc067ff02ef2e1aabd19360db67e22deb8704f /common | |
parent | 82f4ee86a9824a9cdfd5060d7bab23be381a46df (diff) | |
download | scummvm-rg350-bcef809e612177c2bcb7ca3f8682ea96d38c4cdc.tar.gz scummvm-rg350-bcef809e612177c2bcb7ca3f8682ea96d38c4cdc.tar.bz2 scummvm-rg350-bcef809e612177c2bcb7ca3f8682ea96d38c4cdc.zip |
WINCE: Fix compilation
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__) |