Committing in .
Modified Files: wxWindows/setup.h_vms wxWindows/src/common/appcmn.cpp wxWindows/src/common/descrip.mms wxWindows/src/generic/propform.cpp wxWindows/src/gtk/descrip.mms wxWindows/utils/dialoged/src/winstyle.cpp -Fixed VMS compile support -added some include's ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
16
setup.h_vms
16
setup.h_vms
@@ -500,6 +500,10 @@
|
||||
* Use standard GUI logger
|
||||
*/
|
||||
#define wxUSE_LOGGUI 1
|
||||
/*
|
||||
* Use old log dialog instead of new wxLogGui
|
||||
*/
|
||||
#define wxUSE_LOG_DIALOG 1
|
||||
/*
|
||||
* Use wxStopWatch
|
||||
*/
|
||||
@@ -624,6 +628,10 @@
|
||||
#else
|
||||
#define wxUSE_DRAG_AND_DROP 0
|
||||
#endif
|
||||
/*
|
||||
* Use OLE (MSW only)
|
||||
*/
|
||||
#define wxUSE_OLE 0
|
||||
/*
|
||||
* Use spline
|
||||
*/
|
||||
@@ -972,6 +980,14 @@
|
||||
/* Define if you have the <langinfo.h> header file. */
|
||||
#define HAVE_LANGINFO_H 1
|
||||
|
||||
/* Define if you have the <w32api.h> header file (mingw,cygwin). */
|
||||
#undef HAVE_W32API_H
|
||||
|
||||
/*
|
||||
* Use MS HTML Help controller (win32)
|
||||
*/
|
||||
#define wxUSE_MS_HTML_HELP 0
|
||||
|
||||
/* Define this if you are using gtk and gdk contains support for X11R6 XIM */
|
||||
#undef HAVE_XIM
|
||||
|
||||
|
Reference in New Issue
Block a user