]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/glcanvas.cpp
implemented menu drawing in the GTK theme
[wxWidgets.git] / src / motif / glcanvas.cpp
index 046c5d0c6c92cfd76cd71eeaa8c306c74f33d5b6..776eb9746c8aea01bb2df8af4abb4a54a9419441 100644 (file)
 #include "wx/utils.h"
 #include "wx/app.h"
 
+#ifdef __VMS
+# pragma message disable nosimpint
+#endif
 #include <Xm/Xm.h>
+#ifdef __VMS
+# pragma message enable nosimpint
+#endif
 #include "wx/motif/private.h"
 
 #ifdef OLD_MESA