X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7311debd0d87ff4ce3d537c7fceda74467215e4b..1f0acb435592470b421b80df854fbbb08cd2853f:/include/wx/msw/setup0.h?ds=sidebyside diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 04a5c132b7..28ce71eaf7 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -705,6 +705,24 @@ // Recommended setting: 1 #define wxUSE_STC 1 +// Use wxWidget's web viewing classes +// +// Default is 1 +// +// Recommended setting: 1 +#define wxUSE_WEB 1 + +// Use the IE wxWebView backend +// +// Default is 1 on MSW +// +// Recommended setting: 1 +#ifdef __WXMSW__ +#define wxUSE_WEBVIEW_IE 1 +#else +#define wxUSE_WEBVIEW_IE 0 +#endif + // Enable the new wxGraphicsPath and wxGraphicsContext classes for an advanced // 2D drawing API. (Still somewhat experimental)