diff options
Diffstat (limited to 'puzzles.h')
| -rw-r--r-- | puzzles.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -83,14 +83,6 @@ enum { #define REQUIRE_NUMPAD ( 1 << 11 ) /* end of `flags' word definitions */ -#ifdef _WIN32_WCE - /* Pocket PC devices have small, portrait screen that requires more vivid colours */ - #define SMALL_SCREEN - #define PORTRAIT_SCREEN - #define VIVID_COLOURS - #define STYLUS_BASED -#endif - #define IGNOREARG(x) ( (x) = (x) ) typedef struct frontend frontend; |