summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
9f556d1)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44463
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/gizmos/gizmos.h"
#include "wx/gizmos/gizmos.h"
+#if !wxUSE_MDI
+# error "wxUSE_MDI must be defined for gizmos to compile."
+#endif /* !wxUSE_MDI */
+
+
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#ifdef __BORLANDC__
#pragma hdrstop
#endif
IMPLEMENT_DYNAMIC_CLASS(wxDynamicSashReparentEvent, wxEvent)
IMPLEMENT_DYNAMIC_CLASS(wxDynamicSashReparentEvent, wxEvent)
+#endif // !wxUSE_MDI
\ No newline at end of file