]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/checkbox.cpp
wxChoice/wxComboBox background colour change (to get back to where we were);
[wxWidgets.git] / src / motif / checkbox.cpp
index 0f90243a26e60e1c65703482f84a6448f0d4557b..d528c697f9f4dc5ab6e8de99a96498627e590d24 100644 (file)
 #include "wx/checkbox.h"
 #include "wx/utils.h"
 
+#ifdef __VMS__
+#pragma message disable nosimpint
+#endif
 #include <Xm/Label.h>
 #include <Xm/LabelG.h>
 #include <Xm/ToggleB.h>
 #include <Xm/ToggleBG.h>
+#ifdef __VMS__
+#pragma message enable nosimpint
+#endif
 
 #include "wx/motif/private.h"