From: Vadim Zeitlin Date: Sun, 6 Feb 2000 00:03:26 +0000 (+0000) Subject: tried to fix compilation for mingw32 and wxGTK/Motif in the same time X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/412e4edfb1174c68fab706abdf735b1ca6fe56f2?hp=cc56206fcda5ec7d524e7451d5f04ea54a1bfdb0 tried to fix compilation for mingw32 and wxGTK/Motif in the same time git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/statusbr.cpp b/src/generic/statusbr.cpp index 531adc99a9..ac3656e433 100644 --- a/src/generic/statusbr.cpp +++ b/src/generic/statusbr.cpp @@ -29,12 +29,10 @@ #include "wx/dcclient.h" #endif -#include "wx/generic/statusbr.h" +#include "wx/statusbr.h" -#ifdef __WXMSW__ -#include -#include "wx/msw/winundef.h" -#endif +// with wxUSE_NATIVE_STATUSBAR it is not included from wx/statusbr.h +#include "wx/generic/statusbr.h" IMPLEMENT_DYNAMIC_CLASS(wxStatusBarGeneric, wxWindow)