turning off QuickDraw on the iPhone

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-03-25 07:32:45 +00:00
parent 96bd18d58b
commit ce4cf38592

View File

@@ -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
/*