]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/statbox.cpp
Return the correct encoding for X font spec construction
[wxWidgets.git] / src / mac / classic / statbox.cpp
index 3ab92b74e46309197d55e9383a117ca79b081907..8bbb53a6b6dc376dc068c48397acca51d19eb7da 100644 (file)
 #include "wx/statbox.h"
 #include "wx/mac/uma.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxStaticBox, wxControl)
 
 BEGIN_EVENT_TABLE(wxStaticBox, wxControl)
     EVT_ERASE_BACKGROUND(wxStaticBox::OnEraseBackground)
 END_EVENT_TABLE()
 
-#endif
-
 /*
  * Static box
  */