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
This commit is contained in:
Stefan Csomor
2011-02-18 18:44:43 +00:00
parent fbede18c59
commit 490315f9b4

View File

@@ -71,7 +71,9 @@
#undef wxOSX_USE_COCOA #undef wxOSX_USE_COCOA
#define wxOSX_USE_COCOA 1 #define wxOSX_USE_COCOA 1
#endif #endif
#define wxOSX_USE_CARBON 0 #if wxOSX_USE_CARBON
#error "Carbon does not support 64bit"
#endif
#define wxOSX_USE_IPHONE 0 #define wxOSX_USE_IPHONE 0
#else #else
#ifdef __WXOSX_IPHONE__ #ifdef __WXOSX_IPHONE__