From d9b30c5a6c321a5f19ed3faa1d652b115c9a9a1b Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Mon, 24 Oct 2005 12:52:24 +0000 Subject: [PATCH] Always define wxUSE_OWNER_DRAWN so that we don't get lots of warnings git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.h.in b/setup.h.in index ffac7e3072..41bd481b2b 100644 --- a/setup.h.in +++ b/setup.h.in @@ -493,6 +493,8 @@ * the common values automatically */ #if (defined(__WIN95__) && !defined(__WXUNIVERSAL__)) || defined(__WXPM__) #define wxUSE_OWNER_DRAWN 1 +#else +#define wxUSE_OWNER_DRAWN 0 #endif #if defined(__WIN95__) && !defined(__WINE__) && !defined(__GNUWIN32_OLD__) -- 2.50.0