git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44463
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/gizmos/gizmos.h"
+#if !wxUSE_MDI
+# error "wxUSE_MDI must be defined for gizmos to compile."
+#endif /* !wxUSE_MDI */
+
+
/*
wxDynamicSashWindow
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
+#if !wxUSE_MDI
+
#ifdef __BORLANDC__
#pragma hdrstop
#endif
IMPLEMENT_DYNAMIC_CLASS(wxDynamicSashReparentEvent, wxEvent)
+#endif // !wxUSE_MDI
\ No newline at end of file