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"
|
||||
#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"
|
||||
|
@@ -93,6 +93,11 @@
|
||||
*/
|
||||
#ifdef __VMS
|
||||
#include <wx/vms_x_fix.h>
|
||||
#undef XtDisplay
|
||||
#undef XtScreen
|
||||
#undef XtWindow
|
||||
#undef XtIsRealized
|
||||
#undef XtParent
|
||||
#endif
|
||||
|
||||
#include <X11/IntrinsicP.h>
|
||||
|
Reference in New Issue
Block a user