From: Václav Slavík Date: Thu, 31 Jul 2003 10:13:33 +0000 (+0000) Subject: Julian forgot to add wxUSE_UXTHEME X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0fbf5682716e6327a2b08136b385a33f4d630c0d Julian forgot to add wxUSE_UXTHEME git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h.in b/setup.h.in index 208d0b27c0..213526f425 100644 --- a/setup.h.in +++ b/setup.h.in @@ -686,6 +686,17 @@ */ #define wxUSE_UNICODE_MSLU 0 +/* + * Set to 1 to compile MS Windows XP theme engine support + */ +#define wxUSE_UXTHEME 1 + +/* + * Set to 1 to auto-adapt to MS Windows XP themes where possible + * (notably, wxNotebook pages) + */ +#define wxUSE_UXTHEME_AUTO 1 + /* * Use wxURL class */