X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d68e720e76e350e67dd10b3d8defa7ef013261c..3c3ead1d1513a5eb79091a604f4e42b45d1bdf5d:/include/wx/osx/chkconf.h?ds=sidebyside diff --git a/include/wx/osx/chkconf.h b/include/wx/osx/chkconf.h index b353b1c034..243b9899e7 100644 --- a/include/wx/osx/chkconf.h +++ b/include/wx/osx/chkconf.h @@ -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