From: Vadim Zeitlin Date: Sat, 8 May 2004 10:17:18 +0000 (+0000) Subject: added wxUSE_MDI (but forgot to commit before) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a73ce5bff20b3d74859530009f0eccee2ccffdf0?ds=sidebyside 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 --- 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 */