From 57c1e0321142337908435a68343c9208d8d6c7e4 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Sat, 8 May 2004 10:02:12 +0000 Subject: [PATCH] Add missing #define. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.45.2