From: Michael Wetherell Date: Mon, 24 Oct 2005 12:52:24 +0000 (+0000) Subject: Always define wxUSE_OWNER_DRAWN so that we don't get lots of warnings X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d9b30c5a6c321a5f19ed3faa1d652b115c9a9a1b?ds=inline 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 --- 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__)