]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/gauge.cpp
warning fix
[wxWidgets.git] / src / motif / gauge.cpp
index a8977bb11fc2dad4d364d617424ba95c2364d0cf..104f66536c2c63b1878f341c2e39c9074cb2d64b 100644 (file)
 #pragma implementation "gauge.h"
 #endif
 
-#include "wx/gauge.h"
+#ifdef __VMS__
+#include <wx/vms_x_fix.h>
+#endif
+
+# include "wx/gauge.h"
 
+#ifdef __VMS__
+#pragma message disable nosimpint
+#endif
 #include <Xm/Xm.h>
-#include <wx/motif/private.h>
+#ifdef __VMS__
+#pragma message enable nosimpint
+#endif
+#include "wx/motif/private.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
-#endif
 
 // XmGauge copyright notice: