Support different for Visualage Versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
08794f696f
commit
51d7e4e762
@ -274,7 +274,9 @@
|
||||
// Cygwin supports bool
|
||||
#define HAVE_BOOL
|
||||
#elif defined(__VISAGECPP__)
|
||||
typedef unsigned long bool;
|
||||
#if __IBMCPP__ < 400
|
||||
typedef unsigned long bool;
|
||||
#endif
|
||||
#define HAVE_BOOL
|
||||
#endif // compilers
|
||||
#endif // HAVE_BOOL
|
||||
|
Loading…
Reference in New Issue
Block a user