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:
@@ -274,7 +274,9 @@
|
|||||||
// Cygwin supports bool
|
// Cygwin supports bool
|
||||||
#define HAVE_BOOL
|
#define HAVE_BOOL
|
||||||
#elif defined(__VISAGECPP__)
|
#elif defined(__VISAGECPP__)
|
||||||
|
#if __IBMCPP__ < 400
|
||||||
typedef unsigned long bool;
|
typedef unsigned long bool;
|
||||||
|
#endif
|
||||||
#define HAVE_BOOL
|
#define HAVE_BOOL
|
||||||
#endif // compilers
|
#endif // compilers
|
||||||
#endif // HAVE_BOOL
|
#endif // HAVE_BOOL
|
||||||
|
Reference in New Issue
Block a user