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:
Vadim Zeitlin 2009-06-18 15:28:02 +00:00
parent 840a5948c7
commit 443c594a75

View File

@ -52,7 +52,7 @@
#endif
#endif
#if __WXOSX_COCOA__
#if wxOSX_USE_COCOA
#include "wx/osx/private.h"
#endif