]> git.saurik.com Git - wxWidgets.git/commitdiff
bail out with error in case of carbon set for 64 bit architecture
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 18 Feb 2011 18:44:43 +0000 (18:44 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 18 Feb 2011 18:44:43 +0000 (18:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/chkconf.h

index 70b39c16799f8f87e07b951595e67fcf94c29f54..614c9d91648083081e33e747b6043ac5f3c979b0 100644 (file)
@@ -71,7 +71,9 @@
         #undef wxOSX_USE_COCOA
         #define wxOSX_USE_COCOA 1
     #endif
-    #define wxOSX_USE_CARBON 0
+    #if wxOSX_USE_CARBON
+        #error "Carbon does not support 64bit"
+    #endif
     #define wxOSX_USE_IPHONE 0
 #else
     #ifdef __WXOSX_IPHONE__