X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/086b3a5b02f91b0553970b7c68c3bbde7c047ecc..11ebea162a1d99032aa98ac649d61aaf08e428e8:/include/wx/platform.h

diff --git a/include/wx/platform.h b/include/wx/platform.h
index e2782e7d55..d8195ab78e 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:
 
@@ -300,21 +308,13 @@
  */
 #if defined( __GNUWIN32__ ) || defined( __MINGW32__ ) || \
     defined( __CYGWIN__ ) || \
-    (defined(__WATCOMC__) && __WATCOMC__ >= 1200) || defined(__DIGITALMARS__)
+    (defined(__WATCOMC__) && __WATCOMC__ >= 1200)
     #include "wx/msw/gccpriv.h"
 #else
     #undef wxCHECK_W32API_VERSION
     #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