wxUSE_DISPLAY should be 0 for VMS port as Xinerama is apparently not available there

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-03-17 00:12:17 +00:00
parent b09a59f521
commit b69a24bfee

View File

@ -370,7 +370,7 @@ typedef pid_t GPid;
#define wxUSE_CARET 1
#define wxUSE_DISPLAY 1
#define wxUSE_DISPLAY 0
#define wxUSE_GEOMETRY 1