X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5ecae0b74825e297bf3f0aadcc1ccd0aeb7e8b4c..be5a51fb592f3fa2ba38ac6cd1e488d6d806058c:/src/mac/carbon/listbox.cpp 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