avoiding warning because of missing define
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bcb07ff03e
commit
94d0d21a15
@ -77,12 +77,14 @@
|
||||
#endif
|
||||
#define wxOSX_USE_QUICKDRAW 0
|
||||
#define wxOSX_USE_CARBON 0
|
||||
#define wxOSX_USE_IPHONE 0
|
||||
#else
|
||||
#ifdef __WXOSX_IPHONE__
|
||||
#define wxOSX_USE_QUICKDRAW 0
|
||||
#define wxOSX_USE_CARBON 0
|
||||
#define wxOSX_USE_IPHONE 1
|
||||
#else
|
||||
#define wxOSX_USE_IPHONE 0
|
||||
#if wxOSX_USE_COCOA
|
||||
#define wxOSX_USE_QUICKDRAW 0
|
||||
#define wxOSX_USE_CARBON 0
|
||||
|
Loading…
Reference in New Issue
Block a user