From: Jouk Jansen Date: Fri, 6 Oct 2006 07:25:56 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b468ca37a26db77e8bb0fe9c0c6862048748c942?ds=inline Committing in . Synchronizing setup.h_vms with setup.h.in Modified Files: wxWidgets/setup.h_vms git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h_vms b/setup.h_vms index fe2a828160..07bde38e74 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 : 28 September 2006 * + * Date : 6 October 2006 * * * *****************************************************************************/ @@ -308,6 +308,10 @@ typedef pid_t GPid; #define wxUSE_AUI 1 +#ifndef wxUSE_GRAPHICS_CONTEXT +#define wxUSE_GRAPHICS_CONTEXT 0 +#endif + #define wxUSE_CONTROLS 1 #ifdef __WXMOTIF__ @@ -539,6 +543,13 @@ typedef pid_t GPid; #define wxUSE_PALETTE 1 +#define wxUSE_ALL_THEMES 0 + +#define wxUSE_THEME_GTK 0 +#define wxUSE_THEME_METAL 0 +#define wxUSE_THEME_MONO 0 +#define wxUSE_THEME_WIN32 0 + /* --- end common options --- */ /* for some features we don't have dedicated configure switches, so just choose @@ -739,6 +750,7 @@ typedef pid_t GPid; */ #define wxUSE_OLE 0 #define wxUSE_OLE_AUTOMATION 0 +#define wxUSE_ACTIVEX 0 /* for compatibility */ #define wxUSE_WX_RESOURCES wxUSE_RESOURCES