]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/frame.cpp
Corrected font calculation (use screen resolution now); and check for mask in m_image.cpp
[wxWidgets.git] / src / os2 / frame.cpp
index fa543a0f5259ef5d5a1d1cd3c03ae5e68485c76f..47bfc39c7567b8c69f4cf2c2a7965a5eb8f6a7bf 100644 (file)
@@ -49,14 +49,12 @@ extern wxMenu *wxCurrentPopupMenu;
 // event tables
 // ----------------------------------------------------------------------------
 
-#if !USE_SHARED_LIBRARY
 BEGIN_EVENT_TABLE(wxFrame, wxFrameBase)
     EVT_ACTIVATE(wxFrame::OnActivate)
     EVT_SYS_COLOUR_CHANGED(wxFrame::OnSysColourChanged)
 END_EVENT_TABLE()
 
 IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxWindow)
-#endif
 
 // ============================================================================
 // implementation