]> git.saurik.com Git - wxWidgets.git/commitdiff
Support different for Visualage Versions
authorDavid Webster <Dave.Webster@bhmi.com>
Thu, 21 Oct 1999 13:44:31 +0000 (13:44 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Thu, 21 Oct 1999 13:44:31 +0000 (13:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index 96699360413cedcdd52b24d7e4cd02dbb1e802fc..d638ba2db39fe30d1203a974f8fd16710839b11e 100644 (file)
         // 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