Update setup for OpenVMS to make wxX11 work again

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen 2012-02-07 10:33:31 +00:00
parent b98eb28a50
commit 67a99b7c79

View File

@ -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 : 3 November 2011 *
* Date : 7 February 2012 *
* *
*****************************************************************************/
@ -645,12 +645,21 @@ typedef pid_t GPid;
#define wxUSE_PALETTE 1
#if defined( __WXX11__ )
#define wxUSE_ALL_THEMES 1
#define wxUSE_THEME_GTK 1
#define wxUSE_THEME_METAL 1
#define wxUSE_THEME_MONO 1
#define wxUSE_THEME_WIN32 1
#else
#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
#endif
/* --- end common options --- */