git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44808
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
-#if !wxUSE_MDI
-
#ifdef __BORLANDC__
#pragma hdrstop
#endif
win = m_window->GetParent();
while (win && !win->IsTopLevel()
-#ifdef __WXMSW__
+#if defined(__WXMSW__) && wxUSE_MDI
&& ! wxIsKindOf(win, wxMDIChildFrame) // not top-level but still a frame
#endif
)
IMPLEMENT_DYNAMIC_CLASS(wxDynamicSashReparentEvent, wxEvent)
-#endif // !wxUSE_MDI
\ No newline at end of file