]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/listbox.cpp
Return the correct encoding for X font spec construction
[wxWidgets.git] / src / mac / classic / listbox.cpp
index e68a7f9b7291f01088f0b195fc4d61b241fe3713..0d1503df9f43d27948f4b59f8f9dfb49436d91cb 100644 (file)
 
 #include "wx/utils.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl)
 
 BEGIN_EVENT_TABLE(wxListBox, wxControl)
     EVT_SIZE( wxListBox::OnSize )
     EVT_CHAR( wxListBox::OnChar )
 END_EVENT_TABLE()
-#endif
 
 #include "wx/mac/uma.h"