X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f556d1dd6a06524c0d5419862836b9f0e9e6e1d..f8a280159dcd2d6a98d8b5722645f9cb11c96c73:/contrib/src/gizmos/dynamicsash.cpp diff --git a/contrib/src/gizmos/dynamicsash.cpp b/contrib/src/gizmos/dynamicsash.cpp index 137d00cc4e..527f103cdd 100644 --- a/contrib/src/gizmos/dynamicsash.cpp +++ b/contrib/src/gizmos/dynamicsash.cpp @@ -13,6 +13,8 @@ // For compilers that support precompilation, includes "wx/wx.h". #include "wx/wxprec.h" +#if !wxUSE_MDI + #ifdef __BORLANDC__ #pragma hdrstop #endif @@ -1469,3 +1471,4 @@ wxDynamicSashReparentEvent::wxDynamicSashReparentEvent(const wxDynamicSashRepare IMPLEMENT_DYNAMIC_CLASS(wxDynamicSashReparentEvent, wxEvent) +#endif // !wxUSE_MDI \ No newline at end of file