wxDateTime::ParseFormat() and ParseTime() added (compile but don't work)
[wxWidgets.git] / src / msw / choice.cpp
index 194f7942e8014508f59c30264035f46214079bc1..2c5fd437f1e6134154ab92267be4b0883762281b 100644 (file)
     #include "wx/choice.h"
     #include "wx/utils.h"
     #include "wx/log.h"
+    #include "wx/settings.h"
 #endif
 
 #include "wx/msw/private.h"
 
-#if !USE_SHARED_LIBRARY
     IMPLEMENT_DYNAMIC_CLASS(wxChoice, wxControl)
-#endif
 
 // ============================================================================
 // implementation