From: Stefan Csomor Date: Tue, 25 Mar 2008 07:32:45 +0000 (+0000) Subject: turning off QuickDraw on the iPhone X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ce4cf3859295e8e926cebf256c3ab5a0a1f869a8 turning off QuickDraw on the iPhone git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/chkconf.h b/include/wx/mac/carbon/chkconf.h index ac2332341e..4115fba7a9 100644 --- a/include/wx/mac/carbon/chkconf.h +++ b/include/wx/mac/carbon/chkconf.h @@ -77,7 +77,11 @@ #endif #define wxMAC_USE_QUICKDRAW 0 #else - #define wxMAC_USE_QUICKDRAW 1 + #ifdef __WXASPEN__ + #define wxMAC_USE_QUICKDRAW 0 + #else + #define wxMAC_USE_QUICKDRAW 1 + #endif #endif /*