From a73ce5bff20b3d74859530009f0eccee2ccffdf0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 8 May 2004 10:17:18 +0000 Subject: [PATCH] added wxUSE_MDI (but forgot to commit before) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 8 ++++---- setup.h_vms | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/setup.h.in b/setup.h.in index 4fcf5acb97..e85a97fa61 100644 --- a/setup.h.in +++ b/setup.h.in @@ -776,13 +776,13 @@ #define wxUSE_SPLINES 0 /* - * Use the mdi architecture + * Use MDI. */ -#define wxUSE_MDI_ARCHITECTURE 0 +#define wxUSE_MDI 0 /* - * Use MDI + * Use the mdi architecture */ -#define wxUSE_MDI 0 +#define wxUSE_MDI_ARCHITECTURE 0 /* * Use the document/view architecture */ diff --git a/setup.h_vms b/setup.h_vms index d8a7c87915..23bd824e11 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -794,6 +794,10 @@ */ #define wxUSE_SPLINES 1 +/* + * Use MDI. + */ +#define wxUSE_MDI 1 /* * Use the mdi architecture */ -- 2.45.2