diff options
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/symbian/src/portdefs.h | 1 | ||||
-rw-r--r-- | backends/platform/wince/portdefs.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/backends/platform/symbian/src/portdefs.h b/backends/platform/symbian/src/portdefs.h index 93dd4fa982..598dfabbd7 100644 --- a/backends/platform/symbian/src/portdefs.h +++ b/backends/platform/symbian/src/portdefs.h @@ -84,7 +84,6 @@ namespace std #undef remove #endif -#define GUI_ONLY_FULLSCREEN #define GUI_ENABLE_KEYSDIALOG #define DISABLE_COMMAND_LINE diff --git a/backends/platform/wince/portdefs.h b/backends/platform/wince/portdefs.h index 2283f94a2b..5c24b4b510 100644 --- a/backends/platform/wince/portdefs.h +++ b/backends/platform/wince/portdefs.h @@ -30,7 +30,6 @@ // Missing string/stdlib/assert declarations for WinCE 2.xx #if _WIN32_WCE < 300 - #define GUI_ONLY_FULLSCREEN #define GUI_ENABLE_KEYSDIALOG void *calloc(size_t n, size_t s); |