]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/stattext.cpp
compilation fix for non-threaded compilation (threads are still broken
[wxWidgets.git] / src / msw / stattext.cpp
index 4ab6b6c42db6065a540de8b64a2fd3476ab4bdd9..b7e0f01365a610d50092448ee1c4282a2fb1655f 100644 (file)
@@ -30,9 +30,7 @@
 #include "wx/msw/private.h"
 #include <stdio.h>
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxStaticText, wxControl)
-#endif
 
 bool wxStaticText::Create(wxWindow *parent, wxWindowID id,
            const wxString& label,