]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
wxClipboard::IsOpened() and wxCLipboardLocker helper class added
[wxWidgets.git] / 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