Committing in .
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
This commit is contained in:
@@ -13,8 +13,13 @@
|
|||||||
#pragma implementation "gauge.h"
|
#pragma implementation "gauge.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __VMS__
|
#ifdef __VMS
|
||||||
#include <wx/vms_x_fix.h>
|
#include <wx/vms_x_fix.h>
|
||||||
|
#undef XtDisplay
|
||||||
|
#undef XtScreen
|
||||||
|
#undef XtWindow
|
||||||
|
#undef XtIsRealized
|
||||||
|
#undef XtParent
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
# include "wx/gauge.h"
|
# include "wx/gauge.h"
|
||||||
|
@@ -93,6 +93,11 @@
|
|||||||
*/
|
*/
|
||||||
#ifdef __VMS
|
#ifdef __VMS
|
||||||
#include <wx/vms_x_fix.h>
|
#include <wx/vms_x_fix.h>
|
||||||
|
#undef XtDisplay
|
||||||
|
#undef XtScreen
|
||||||
|
#undef XtWindow
|
||||||
|
#undef XtIsRealized
|
||||||
|
#undef XtParent
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <X11/IntrinsicP.h>
|
#include <X11/IntrinsicP.h>
|
||||||
|
Reference in New Issue
Block a user