X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd8278bfe1019d2fb15aa45167b6d2d2821f779c..880f53691238fe11ae8d31c2c37b0ea0e39bf8ba:/src/mac/carbon/mdi.cpp diff --git a/src/mac/carbon/mdi.cpp b/src/mac/carbon/mdi.cpp index c6c11f32c6..c9798d0151 100644 --- a/src/mac/carbon/mdi.cpp +++ b/src/mac/carbon/mdi.cpp @@ -15,6 +15,8 @@ #include "wx/wxprec.h" +#if wxUSE_MDI + #include "wx/mdi.h" #include "wx/menu.h" #include "wx/settings.h" @@ -394,3 +396,5 @@ void wxMDIClientWindow::OnScroll(wxScrollEvent& event) { } +#endif +