]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/msgdlg.cpp
Beginnings of BLOB support - Do not use BLOBs yet though, as they do not work, but...
[wxWidgets.git] / src / stubs / msgdlg.cpp
index 775ac8f06415ee18d97780f8b10682c349a62bb6..11831c3c34bb2c986113e7bf36cd104305343afa 100644 (file)
 #pragma implementation "msgdlg.h"
 #endif
 
-#include "wx/msgdlg.h"
+#include "wx/stubs/msgdlg.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_CLASS(wxMessageDialog, wxDialog)
-#endif
 
 wxMessageDialog::wxMessageDialog(wxWindow *parent, const wxString& message, const wxString& caption,
         long style, const wxPoint& pos)