X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/acbd13a365fe2bd7ed6bafd19dc26775a256d499..f61715c8528ceeb27e8eda112cdead7cfeac19d0:/src/stubs/checkbox.cpp

diff --git a/src/stubs/checkbox.cpp b/src/stubs/checkbox.cpp
index 258a9cc6c3..1fcf88c9e6 100644
--- a/src/stubs/checkbox.cpp
+++ b/src/stubs/checkbox.cpp
@@ -15,10 +15,8 @@
 
 #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,