From: Mattia Barbon Date: Sat, 8 May 2004 10:02:12 +0000 (+0000) Subject: Add missing #define. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/57c1e0321142337908435a68343c9208d8d6c7e4 Add missing #define. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h.in b/setup.h.in index a85bc91fbf..4fcf5acb97 100644 --- a/setup.h.in +++ b/setup.h.in @@ -779,6 +779,10 @@ * Use the mdi architecture */ #define wxUSE_MDI_ARCHITECTURE 0 +/* + * Use MDI + */ +#define wxUSE_MDI 0 /* * Use the document/view architecture */