]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dataobj.cpp
test wxExecute() in the sample
[wxWidgets.git] / src / motif / dataobj.cpp
index 765ece22333f46bc7a4168eed24298524f4bdf3e..90e41f267ac3faa19e34465a8dc35fa04040874a 100644 (file)
 #include "wx/dataobj.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/utils.h"
 
 //-------------------------------------------------------------------------