]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/control.cpp
Return the correct encoding for X font spec construction
[wxWidgets.git] / src / mac / classic / control.cpp
index e63e29d691ca03dfb5da746c3432ac23efdd0bdb..af8c5e03a8d673092652f8d4f0301496eeffd0f5 100644 (file)
 #include "wx/sizer.h"
 #include "wx/stattext.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_ABSTRACT_CLASS(wxControl, wxWindow)
 
 BEGIN_EVENT_TABLE(wxControl, wxWindow)
     EVT_MOUSE_EVENTS( wxControl::OnMouseEvent ) 
     EVT_PAINT( wxControl::OnPaint ) 
 END_EVENT_TABLE()
-#endif
 
 #include "wx/mac/uma.h"
 #include "wx/mac/private.h"