use wxOSX_USE_COCOA instead of __WXOSX_COCOA__ (which was checked incorrectly)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
840a5948c7
commit
443c594a75
@ -52,7 +52,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if __WXOSX_COCOA__
|
||||
#if wxOSX_USE_COCOA
|
||||
#include "wx/osx/private.h"
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user