]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/gauge.cpp
Start of actual filling in of wxFrame.
[wxWidgets.git] / src / motif / gauge.cpp
index cadbfafb35fb3566110be791be0ea4af8fb3237f..b933ec5c8727d7db4426bb19faff70adcc557bb0 100644 (file)
 
 #include "wx/gauge.h"
 
+#ifdef __VMS__
+#pragma message disable nosimpint
+#endif
 #include <Xm/Xm.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: