]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/statbmp.cpp
Themes crash fix.
[wxWidgets.git] / src / motif / statbmp.cpp
index fa4d5eb5de2863819cd6bc6996e34f4597582c1b..9d8c27fd0030838097ea83740b8a6a27b589967c 100644 (file)
 
 #include "wx/statbmp.h"
 
+#ifdef __VMS__
+#pragma message disable nosimpint
+#endif
 #include <Xm/Xm.h>
 #include <Xm/Label.h>
 #include <Xm/LabelG.h>
 #include <Xm/RowColumn.h>
+#ifdef __VMS__
+#pragma message enable nosimpint
+#endif
 
-#include <wx/motif/private.h>
+#include "wx/motif/private.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxStaticBitmap, wxControl)
-#endif
 
 /*
  * wxStaticBitmap