]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/radiobox.cpp
*** empty log message ***
[wxWidgets.git] / src / msw / radiobox.cpp
index 20ce47a197f364a0210c1d1d329cec1df86fb32c..2767986d6a5b49a3d76b7b5373daf12874b1b54b 100644 (file)
@@ -43,9 +43,7 @@
     #include "wx/tooltip.h"
 #endif // wxUSE_TOOLTIPS
 
-#if !USE_SHARED_LIBRARY
     IMPLEMENT_DYNAMIC_CLASS(wxRadioBox, wxControl)
-#endif
 
 // VZ: the new behaviour is to create the radio buttons as children of the
 //     radiobox instead of creating them as children of the radiobox' parent.