From: Vadim Zeitlin Date: Thu, 18 Jun 2009 15:28:02 +0000 (+0000) Subject: use wxOSX_USE_COCOA instead of __WXOSX_COCOA__ (which was checked incorrectly) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/443c594a75017cff10c78a59d4c9fd0f6a005635 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 --- diff --git a/src/osx/carbon/sound.cpp b/src/osx/carbon/sound.cpp index 2fff63dfcf..ba9b89bcfc 100644 --- a/src/osx/carbon/sound.cpp +++ b/src/osx/carbon/sound.cpp @@ -52,7 +52,7 @@ #endif #endif -#if __WXOSX_COCOA__ +#if wxOSX_USE_COCOA #include "wx/osx/private.h" #endif