define wxUSE_NATIVE_STATUSBAR as 1 for wxMSW builds

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2005-01-19 01:53:17 +00:00
parent d164827a00
commit 4d373d20d6

View File

@ -495,6 +495,10 @@
#define wxUSE_OWNER_DRAWN 1
#endif
#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__)
#define wxUSE_NATIVE_STATUSBAR 1
#endif
#if defined(__WIN95__) && !defined(__WINE__) && !defined(__GNUWIN32_OLD__)
#define wxUSE_RICHEDIT 1
#else