X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4e3e485bc855bb6aa3e3e7978eac9fb5eea0287e..8946ede10c2702c7acbb194fe8bd2793d7fb8358:/src/palmos/mdi.cpp?ds=sidebyside diff --git a/src/palmos/mdi.cpp b/src/palmos/mdi.cpp index 859faae02d..23385f32ef 100644 --- a/src/palmos/mdi.cpp +++ b/src/palmos/mdi.cpp @@ -24,7 +24,9 @@ #pragma hdrstop #endif -#if wxUSE_MDI && !defined(__WXUNIVERSAL__) +#if wxUSE_MDI + +#include "wx/mdi.h" #ifndef WX_PRECOMP #include "wx/frame.h" @@ -32,16 +34,13 @@ #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/toolbar.h" #endif -#include "wx/mdi.h" #include "wx/palmos/private.h" #if wxUSE_STATUSBAR && wxUSE_NATIVE_STATUSBAR @@ -402,4 +401,4 @@ static void UnpackMDIActivate(WXWPARAM wParam, WXLPARAM lParam, { } -#endif // wxUSE_MDI && !defined(__WXUNIVERSAL__) +#endif // wxUSE_MDI