Committing in .
Some updates for OpenVMS compile support Modified Files: wxWidgets/setup.h_vms wxWidgets/src/motif/gauge.cpp wxWidgets/src/motif/xmcombo/xmcombo.c ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
92b6cd6289
commit
cb542c35fa
@ -764,7 +764,7 @@
|
||||
|
||||
/* Define if fsync() is available */
|
||||
#define HAVE_FSYNC 1
|
||||
729
|
||||
|
||||
/* Define if you have ftime() */
|
||||
#define HAVE_FTIME
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
#undef XtWindow
|
||||
#undef XtIsRealized
|
||||
#undef XtParent
|
||||
#undef XtClass
|
||||
#endif
|
||||
|
||||
# include "wx/gauge.h"
|
||||
|
@ -98,6 +98,7 @@
|
||||
#undef XtWindow
|
||||
#undef XtIsRealized
|
||||
#undef XtParent
|
||||
#undef XtClass
|
||||
#endif
|
||||
|
||||
#include <X11/IntrinsicP.h>
|
||||
|
Loading…
Reference in New Issue
Block a user