From 8754feb8482150a47f0829b6e697eba8406325e6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 12 Oct 2001 23:21:58 +0000 Subject: [PATCH] don't define wxUSE_OWNER_DRAWN for wxUniv git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.h.in b/setup.h.in index e45a71b050..9cb3f483f6 100644 --- a/setup.h.in +++ b/setup.h.in @@ -99,8 +99,9 @@ #undef WINVER /* enable native status bar under Win32 */ -#ifdef __WIN95__ +#if defined(__WIN95__) && !defined(__WXUNIVERSAL__) #define wxUSE_NATIVE_STATUSBAR 1 +#define wxUSE_OWNER_DRAWN 1 #endif /* enable rich edit under Win32 */ @@ -444,7 +445,6 @@ #define wxUSE_TOOLBAR_SIMPLE 0 #if defined(__WXWINE__) || defined(__GNUWIN32__) || defined(__WXPM__) -#define wxUSE_OWNER_DRAWN 1 #if wxUSE_TOOLBAR #define wxUSE_BUTTONBAR 1 #endif -- 2.45.2