From: Vadim Zeitlin Date: Wed, 19 Jan 2005 09:51:50 +0000 (+0000) Subject: undef wxUSE_NATIVE_STATUSBAR before redefining it as 1 for wxMSW X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1730ac80d810a797255d9e27424d8bfdb294ec88?ds=inline undef wxUSE_NATIVE_STATUSBAR before redefining it as 1 for wxMSW git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h.in b/setup.h.in index 7215e1f5bc..e135b56f0d 100644 --- a/setup.h.in +++ b/setup.h.in @@ -496,6 +496,7 @@ #endif #if defined(__WXMSW__) && !defined(__WXUNIVERSAL__) +#undef wxUSE_NATIVE_STATUSBAR #define wxUSE_NATIVE_STATUSBAR 1 #endif