From 412e4edfb1174c68fab706abdf735b1ca6fe56f2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 6 Feb 2000 00:03:26 +0000 Subject: [PATCH] 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 --- src/generic/statusbr.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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) -- 2.45.2