projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added wxTreeCtrl::AssignImageList
[wxWidgets.git]
/
src
/
generic
/
scrolwin.cpp
diff --git
a/src/generic/scrolwin.cpp
b/src/generic/scrolwin.cpp
index f73c8875c8ff044fe9e3eb8923989002b2130669..18939cb0b894c2e253ab51c9496ae6cb2bb848ee 100644
(file)
--- a/
src/generic/scrolwin.cpp
+++ b/
src/generic/scrolwin.cpp
@@
-21,6
+21,10
@@
#pragma implementation "scrolwin.h"
#endif
+#ifdef __VMS
+#define XtDisplay XTDISPLAY
+#endif
+
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"