X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/086b3a5b02f91b0553970b7c68c3bbde7c047ecc..8e51701313a307d4dfbbf5493b87aa53537822a5:/include/wx/platform.h diff --git a/include/wx/platform.h b/include/wx/platform.h index e2782e7d55..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