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
This commit is contained in:
Vadim Zeitlin
2000-02-06 00:03:26 +00:00
parent cc56206fcd
commit 412e4edfb1

View File

@@ -29,12 +29,10 @@
#include "wx/dcclient.h"
#endif
#include "wx/generic/statusbr.h"
#include "wx/statusbr.h"
#ifdef __WXMSW__
#include <windows.h>
#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)