DigitalMars check didn't work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b6d93b260e
commit
4b41ab2687
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user