]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/chkconf.h
support compiling for iphone
[wxWidgets.git] / include / wx / osx / chkconf.h
index b353b1c0343a0a90d87956708f9a16c60407f051..243b9899e74fd741cbbcbfd8d05d1709fc0bc6ce 100644 (file)
@@ -40,7 +40,7 @@
  * 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 )
 #   error "OS X builds use CoreGraphics in this wx version, you cannot turn back to QuickDraw completely"
 #endif
@@ -48,7 +48,7 @@
 /*
  * using mixins of cocoa functionality
  */
+
 #ifdef __WXOSX_COCOA__
     #define wxOSX_USE_COCOA 1
 #else
@@ -83,7 +83,7 @@
 /*
  * combination flags
  */
+
 #if wxOSX_USE_COCOA || wxOSX_USE_CARBON
     #define wxOSX_USE_COCOA_OR_CARBON 1
 #else