]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/stattext.cpp
VA 4.0 fixes
[wxWidgets.git] / src / os2 / stattext.cpp
index 524cd0d9ba190d8e01d4d31ba89cfc5f2f7a88d2..bf3141e96189dec9428de06c4fbab19da55043e7 100644 (file)
@@ -9,6 +9,10 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#ifdef __GNUG__
+#pragma implementation "stattext.h"
+#endif
+
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -22,9 +26,7 @@
 #include "wx/os2/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,