projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added wxEncodingToCodepage() and implemented it properly (using in32 API instead...
[wxWidgets.git]
/
src
/
motif
/
stattext.cpp
diff --git
a/src/motif/stattext.cpp
b/src/motif/stattext.cpp
index 537e5f57504100770bc25913834f0f8a3d78fe6c..3b7b342e6b5164aa88ecd82fcc6b5b2fb15413de 100644
(file)
--- a/
src/motif/stattext.cpp
+++ b/
src/motif/stattext.cpp
@@
-13,6
+13,10
@@
#pragma implementation "stattext.h"
#endif
#pragma implementation "stattext.h"
#endif
+#ifdef __VMS
+#define XtDisplay XTDISPLAY
+#endif
+
#include "wx/app.h"
#include "wx/stattext.h"
#include "wx/app.h"
#include "wx/stattext.h"