#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:
*/
#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