X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/09785dd38dd19ef122acd0933677fa86a0b3232e..cafc76a4bbbcb59f1c48d9c8f592c671238ffb51:/include/wx/platform.h diff --git a/include/wx/platform.h b/include/wx/platform.h index b874db6b36..817914f90f 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -280,6 +280,14 @@ #define __X__ #endif +#ifdef __SC__ + #ifdef __DMC__ + #define __DIGITALMARS__ + #else + #define __SYMANTEC__ + #endif +#endif + /* This macro can be used to test the gcc version and can be used like this: @@ -307,14 +315,6 @@ #define wxCHECK_W32API_VERSION(maj, min) (0) #endif -#ifdef __SC__ - #ifdef __DMC__ - #define __DIGITALMARS__ - #else - #define __SYMANTEC__ - #endif -#endif - #if defined (__WXMSW__) #if !defined(__WATCOMC__) #define wxHAVE_RAW_BITMAP @@ -332,8 +332,7 @@ * Presently, only Windows and GTK+ support wxEVT_MENU_OPEN. */ #ifndef wxUSE_IDLEMENUUPDATES - #if (defined(__WXMSW__) && !defined(__WXWINCE)) ||\ - defined(__WXGTK__) + #if defined(__WXMSW__) || defined(__WXGTK__) #define wxUSE_IDLEMENUUPDATES 0 #else #define wxUSE_IDLEMENUUPDATES 1