]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/msgdlg.cpp
VA 4.0 fixes
[wxWidgets.git] / src / os2 / msgdlg.cpp
index af819d103e542800c4b6fd78ef66d7d4d5b85649..e1cf166e2a70b3ccc69f4efdfbf2e74cce8abda8 100644 (file)
@@ -9,6 +9,10 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#ifdef __GNUG__
+#pragma implementation "msgdlg.h"
+#endif
+
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -29,9 +33,7 @@
 #define wxDIALOG_DEFAULT_X 300
 #define wxDIALOG_DEFAULT_Y 300
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_CLASS(wxMessageDialog, wxDialog)
-#endif
 
 wxMessageDialog::wxMessageDialog(wxWindow *parent, const wxString& message, const wxString& caption,
         long style, const wxPoint& pos)