]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/chkconf.h
Store menus titles in menus themselves in wxOSX.
[wxWidgets.git] / include / wx / osx / chkconf.h
index b353b1c0343a0a90d87956708f9a16c60407f051..70b39c16799f8f87e07b951595e67fcf94c29f54 100644 (file)
  * we only use core graphics now on all builds, try to catch attempts
  * to configure the build otherwise and give error messages
  */
-#if !wxUSE_GRAPHICS_CONTEXT || ( defined( wxMAC_USE_CORE_GRAPHICS ) && !wxMAC_USE_CORE_GRAPHICS )
+
+#if wxUSE_GUI && (!wxUSE_GRAPHICS_CONTEXT || \
+    ( defined( wxMAC_USE_CORE_GRAPHICS ) && !wxMAC_USE_CORE_GRAPHICS ))
 #   error "OS X builds use CoreGraphics in this wx version, you cannot turn back to QuickDraw completely"
 #endif
 
 /*
  * using mixins of cocoa functionality
  */
+
 #ifdef __WXOSX_COCOA__
     #define wxOSX_USE_COCOA 1
 #else
@@ -83,7 +84,7 @@
 /*
  * combination flags
  */
+
 #if wxOSX_USE_COCOA || wxOSX_USE_CARBON
     #define wxOSX_USE_COCOA_OR_CARBON 1
 #else