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:
@@ -29,12 +29,10 @@
|
|||||||
#include "wx/dcclient.h"
|
#include "wx/dcclient.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/generic/statusbr.h"
|
#include "wx/statusbr.h"
|
||||||
|
|
||||||
#ifdef __WXMSW__
|
// with wxUSE_NATIVE_STATUSBAR it is not included from wx/statusbr.h
|
||||||
#include <windows.h>
|
#include "wx/generic/statusbr.h"
|
||||||
#include "wx/msw/winundef.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
IMPLEMENT_DYNAMIC_CLASS(wxStatusBarGeneric, wxWindow)
|
IMPLEMENT_DYNAMIC_CLASS(wxStatusBarGeneric, wxWindow)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user