From 443c594a75017cff10c78a59d4c9fd0f6a005635 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 18 Jun 2009 15:28:02 +0000 Subject: [PATCH] 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 --- src/osx/carbon/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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