X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d841895246c188d722bae08e9f37c7270bc56ea8..9c112555198f51fcec71106530cddba95a17f3dc:/src/cocoa/mdi.mm?ds=inline diff --git a/src/cocoa/mdi.mm b/src/cocoa/mdi.mm index da1375de1e..015445cccd 100644 --- a/src/cocoa/mdi.mm +++ b/src/cocoa/mdi.mm @@ -10,6 +10,9 @@ ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" + +#if wxUSE_MDI + #ifndef WX_PRECOMP #include "wx/log.h" #include "wx/mdi.h" @@ -333,3 +336,4 @@ bool wxMDIClientWindow::CreateClient( wxMDIParentFrame *parent, long style) return false; } +#endif