projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
aui notebook real-time dragging implemented
[wxWidgets.git]
/
src
/
msw
/
mdi.cpp
diff --git
a/src/msw/mdi.cpp
b/src/msw/mdi.cpp
index 9d39671a99bf6939927cff333823c5ce9fac0e64..399c30e7a456c833d3558a4e69d9bf7e7fbd5793 100644
(file)
--- a/
src/msw/mdi.cpp
+++ b/
src/msw/mdi.cpp
@@
-26,15
+26,15
@@
#if wxUSE_MDI && !defined(__WXUNIVERSAL__)
#if wxUSE_MDI && !defined(__WXUNIVERSAL__)
+#include "wx/mdi.h"
+
#ifndef WX_PRECOMP
#include "wx/frame.h"
#include "wx/menu.h"
#include "wx/app.h"
#include "wx/utils.h"
#include "wx/dialog.h"
#ifndef WX_PRECOMP
#include "wx/frame.h"
#include "wx/menu.h"
#include "wx/app.h"
#include "wx/utils.h"
#include "wx/dialog.h"
- #if wxUSE_STATUSBAR
- #include "wx/statusbr.h"
- #endif
+ #include "wx/statusbr.h"
#include "wx/settings.h"
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/settings.h"
#include "wx/intl.h"
#include "wx/log.h"
@@
-42,7
+42,6
@@
#endif
#include "wx/stockitem.h"
#endif
#include "wx/stockitem.h"
-#include "wx/mdi.h"
#include "wx/msw/private.h"
#if wxUSE_STATUSBAR && wxUSE_NATIVE_STATUSBAR
#include "wx/msw/private.h"
#if wxUSE_STATUSBAR && wxUSE_NATIVE_STATUSBAR