Updates for OpenVMS
Modified Files:
wxWidgets/src/motif/gauge.cpp
wxWidgets/src/motif/xmcombo/xmcombo.c
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26332
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#pragma implementation "gauge.h"
#endif
-#ifdef __VMS__
+#ifdef __VMS
#include <wx/vms_x_fix.h>
+#undef XtDisplay
+#undef XtScreen
+#undef XtWindow
+#undef XtIsRealized
+#undef XtParent
#endif
# include "wx/gauge.h"
*/
#ifdef __VMS
#include <wx/vms_x_fix.h>
+#undef XtDisplay
+#undef XtScreen
+#undef XtWindow
+#undef XtIsRealized
+#undef XtParent
#endif
#include <X11/IntrinsicP.h>