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:
@@ -77,7 +77,11 @@
|
||||
#endif
|
||||
#define wxMAC_USE_QUICKDRAW 0
|
||||
#else
|
||||
#ifdef __WXASPEN__
|
||||
#define wxMAC_USE_QUICKDRAW 0
|
||||
#else
|
||||
#define wxMAC_USE_QUICKDRAW 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user