From bcef809e612177c2bcb7ca3f8682ea96d38c4cdc Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Sun, 31 Mar 2019 19:07:40 +0100 Subject: WINCE: Fix compilation --- common/scummsys.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'common') 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__) -- cgit v1.2.3