From d6c9911e4ddb0a835202ade51a41a96898267f2a Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Tue, 5 Nov 2002 09:11:27 +0000 Subject: [PATCH] Committing in . One OpenVMS define to make linking possible. Modified Files: Tag: WX_2_4_BRANCH wxWindows/src/motif/utils.cpp ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/motif/utils.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/motif/utils.cpp b/src/motif/utils.cpp index ba245b3dba..179a3a43d6 100644 --- a/src/motif/utils.cpp +++ b/src/motif/utils.cpp @@ -17,6 +17,9 @@ // headers // ---------------------------------------------------------------------------- +#ifdef __VMS +#define XtDisplay XTDISPLAY +#endif #include "wx/setup.h" #include "wx/utils.h" #include "wx/app.h"