]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/timer.cpp
wxThread::GetCPUCount() and SetConcurrency() added and documented
[wxWidgets.git] / src / motif / timer.cpp
index 41e30b7ae33314b9c0c2605908c8efd75fbe4c7a..64f94518a66c9cc92848ee5f4c470fd162755643 100644 (file)
 #include "wx/app.h"
 #include "wx/list.h"
 
+#ifdef __VMS__
+#pragma message disable nosimpint
+#endif
 #include <Xm/Xm.h>
+#ifdef __VMS__
+#pragma message enable nosimpint
+#endif
 
 #include "wx/motif/private.h"