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:
@@ -280,6 +280,14 @@
|
|||||||
#define __X__
|
#define __X__
|
||||||
#endif
|
#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:
|
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)
|
#define wxCHECK_W32API_VERSION(maj, min) (0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __SC__
|
|
||||||
#ifdef __DMC__
|
|
||||||
#define __DIGITALMARS__
|
|
||||||
#else
|
|
||||||
#define __SYMANTEC__
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (__WXMSW__)
|
#if defined (__WXMSW__)
|
||||||
#if !defined(__WATCOMC__)
|
#if !defined(__WATCOMC__)
|
||||||
#define wxHAVE_RAW_BITMAP
|
#define wxHAVE_RAW_BITMAP
|
||||||
|
Reference in New Issue
Block a user