]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/clipbrd.cpp
bitmap and image updates
[wxWidgets.git] / src / motif / clipbrd.cpp
index f80067e6f9fd884d9c8814006c8208a86cc71874..cc6c5e21b380aea3f0f879e62a0fd51f3a6d75a3 100644 (file)
 #include "wx/clipbrd.h"
 #include "wx/dataobj.h"
 
+#ifdef __VMS__
+#pragma message disable nosimpint
+#endif
 #include <Xm/Xm.h>
 #include <Xm/CutPaste.h>
+#ifdef __VMS__
+#pragma message enable nosimpint
+#endif
 
 #include <string.h>