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:
Jouk Jansen
2005-08-19 08:14:05 +00:00
parent 92b6cd6289
commit cb542c35fa
3 changed files with 3 additions and 1 deletions

View File

@@ -764,7 +764,7 @@
/* Define if fsync() is available */ /* Define if fsync() is available */
#define HAVE_FSYNC 1 #define HAVE_FSYNC 1
729
/* Define if you have ftime() */ /* Define if you have ftime() */
#define HAVE_FTIME #define HAVE_FTIME

View File

@@ -23,6 +23,7 @@
#undef XtWindow #undef XtWindow
#undef XtIsRealized #undef XtIsRealized
#undef XtParent #undef XtParent
#undef XtClass
#endif #endif
# include "wx/gauge.h" # include "wx/gauge.h"

View File

@@ -98,6 +98,7 @@
#undef XtWindow #undef XtWindow
#undef XtIsRealized #undef XtIsRealized
#undef XtParent #undef XtParent
#undef XtClass
#endif #endif
#include <X11/IntrinsicP.h> #include <X11/IntrinsicP.h>