From: Stefan Csomor Date: Thu, 13 May 2004 18:21:13 +0000 (+0000) Subject: corrected preproc condition X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/36ba5f7cb0d831c61048e5ee5bb6a71e691cc3f3?ds=inline corrected preproc condition git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/listbox.cpp b/src/mac/carbon/listbox.cpp index f84803aeca..ae36062d4b 100644 --- a/src/mac/carbon/listbox.cpp +++ b/src/mac/carbon/listbox.cpp @@ -27,7 +27,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl) BEGIN_EVENT_TABLE(wxListBox, wxControl) -#if !TARGET_API_MAC_OSX +#if !__WXMAC_OSX__ EVT_SIZE( wxListBox::OnSize ) EVT_CHAR( wxListBox::OnChar ) #endif