X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b175dd2c5bf98777b7bd0eb7421f8c040c95030b..ad410224a387bcc217bedb4043e6b0b9614ed57c:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 82ad1998f7..2a11e8ebaf 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -3,7 +3,7 @@ * Template for the set.h file for VMS * * Created from setup.h_in * * Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * - * Date : 12 September 2011 * + * Date : 29 September 2011 * * * *****************************************************************************/ @@ -356,11 +356,19 @@ typedef pid_t GPid; #define wxUSE_PROPGRID 1 -#define wxUSE_WEBVIEW 1 +#define wxUSE_WEBVIEW 0 -#define wxUSE_WEBVIEW_WEBKIT 0 +#ifdef __WXMSW__ +#define wxUSE_WEBVIEW_IE 0 +#else +#define wxUSE_WEBVIEW_IE 0 +#endif -#define wxUSE_WEBVIEW_IE 0 +#if defined(__WXGTK__) || defined(__WXOSX__) +#define wxUSE_WEBVIEW_WEBKIT 0 +#else +#define wxUSE_WEBVIEW_WEBKIT 0 +#endif #ifdef _MSC_VER # if _MSC_VER >= 1310 @@ -432,6 +440,7 @@ typedef pid_t GPid; #define wxUSE_STATTEXT 1 #define wxUSE_STATBMP 1 #define wxUSE_TEXTCTRL 1 +#define wxUSE_TIMEPICKCTRL 1 #if defined (__WXMOTIF__) || defined( __WXGTK__ ) #define wxUSE_TOGGLEBTN 1 #else @@ -697,6 +706,7 @@ typedef pid_t GPid; #define wxUSE_DATEPICKCTRL_GENERIC 0 +#define wxUSE_TIMEPICKCTRL_GENERIC 0 #define wxUSE_CRASHREPORT 0