]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/bitmap.cpp
[gtk] fixed bug that caused segfaults in wxYield when wxToolBar has non-button contr...
[wxWidgets.git] / src / motif / bitmap.cpp
index 45f0cf6d0f3fd2771bfe217fc342c61a18e0680c..443000b14b2b1e59b83ff7de42bc934852ef342e 100644 (file)
 #include "wx/dcmemory.h"
 #include "wx/image.h"
 
+#ifdef __VMS__
+#pragma message disable nosimpint
+#endif
 #include <Xm/Xm.h>
+#ifdef __VMS__
+#pragma message enable nosimpint
+#endif
 
 #include "wx/motif/private.h"