corrected preproc condition

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2004-05-13 18:21:13 +00:00
parent 41d9940d5d
commit 36ba5f7cb0

View File

@ -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