]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
Got dialog sizing to work, downsized fonts a bit (though it always returns
[wxWidgets.git] / include / wx / defs.h
index 0f78049a5bd57ca88d9e6215b29c96be4e0c1adc..c54e7066d18bde6d792243a7baf1f03ef7d30cf6 100644 (file)
         #if (__MWERKS__ >= 0x1000) && __option(bool)
             #define HAVE_BOOL
         #endif
+    #elif defined(__APPLE__) && defined(__APPLE_CC__)
+        // Apple bundled gcc supports bool
+        #define HAVE_BOOL
     #elif defined(__VISUALC__) && (__VISUALC__ == 1020)
         // in VC++ 4.2 the bool keyword is reserved (hence can't be typedefed)
         // but not implemented, so we must #define it