X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a0d517ea4dbcef61ba9b0868318f686e97618bb..c0f8674c79186e83854f43e53e4805fd3ee866b4:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index f35965a700..56aa2d91c3 100644 --- a/setup.h_vms +++ b/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 header file. */ #define HAVE_LANGINFO_H 1 +/* Define if you have the 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