]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/msgdlg.cpp
Unicode compilation fixes for BC++ 5
[wxWidgets.git] / src / motif / msgdlg.cpp
index 3e37ff01d4d6a1c4608f65e9bfb84972165a98af..90bf77844c2406d1b1228ba59cdf2c70c65c653a 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
+#ifdef __VMS
+#pragma message disable nosimpint
+#endif
 #include <X11/Xlib.h>
 
 #include <Xm/Xm.h>
 #include <Xm/MessageB.h>
+#ifdef __VMS
+#pragma message enable nosimpint
+#endif
 
 #include "wx/app.h"
 #include "wx/intl.h"
@@ -35,9 +41,7 @@
 // macros
 // ----------------------------------------------------------------------------
 
-#if !USE_SHARED_LIBRARY
     IMPLEMENT_CLASS(wxMessageDialog, wxDialog)
-#endif
 
 // ============================================================================
 // implementation