OS/2 updates for lowercase bool values

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster 2003-04-15 21:04:36 +00:00
parent 756c27045d
commit b823f462a1

View File

@ -163,6 +163,8 @@
#elif defined(__VISAGECPP__) #elif defined(__VISAGECPP__)
#if __IBMCPP__ < 400 #if __IBMCPP__ < 400
typedef unsigned long bool; typedef unsigned long bool;
#define true ((bool)1)
#define false ((bool)0)
#endif #endif
#define HAVE_BOOL #define HAVE_BOOL
#endif // compilers #endif // compilers