From: Stefan Csomor Date: Fri, 18 Feb 2011 18:44:43 +0000 (+0000) Subject: bail out with error in case of carbon set for 64 bit architecture X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/490315f9b405e27598e5dc676c3dce3f52b3bf17?ds=inline bail out with error in case of carbon set for 64 bit architecture git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/osx/chkconf.h b/include/wx/osx/chkconf.h index 70b39c1679..614c9d9164 100644 --- a/include/wx/osx/chkconf.h +++ b/include/wx/osx/chkconf.h @@ -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__