projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
test
[wxWidgets.git]
/
src
/
motif
/
font.cpp
diff --git
a/src/motif/font.cpp
b/src/motif/font.cpp
index 048592aeb00c8dfc6dff5626606c98e9c4d96a5d..f7df581fb66615fd5038db918fd61676aa430feb 100644
(file)
--- a/
src/motif/font.cpp
+++ b/
src/motif/font.cpp
@@
-21,7
+21,13
@@
#pragma implementation "font.h"
#endif
+#ifdef __VMS
+#pragma message disable nosimpint
+#endif
#include <Xm/Xm.h>
+#ifdef __VMS
+#pragma message enable nosimpint
+#endif
#include "wx/defs.h"
#include "wx/string.h"