]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/checkbox.cpp
added wxUSE_NOTEBOOK to include/wx/msw/setup0.h, removed wxUSE_RADIOBUTTON (we
[wxWidgets.git] / src / stubs / checkbox.cpp
index 258a9cc6c39bc0b89b2d57d92bd70dfe89eb7537..1fcf88c9e6f5616e6f0e74c3259da466360c1353 100644 (file)
 
 #include "wx/checkbox.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxCheckBox, wxControl)
 IMPLEMENT_DYNAMIC_CLASS(wxBitmapCheckBox, wxCheckBox)
-#endif
 
 // Single check box item
 bool wxCheckBox::Create(wxWindow *parent, wxWindowID id, const wxString& label,