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
This commit is contained in:
Vadim Zeitlin 2004-05-08 10:17:18 +00:00
parent 824a614c4e
commit a73ce5bff2
2 changed files with 8 additions and 4 deletions

View File

@ -775,14 +775,14 @@
*/
#define wxUSE_SPLINES 0
/*
* Use MDI.
*/
#define wxUSE_MDI 0
/*
* Use the mdi architecture
*/
#define wxUSE_MDI_ARCHITECTURE 0
/*
* Use MDI
*/
#define wxUSE_MDI 0
/*
* Use the document/view architecture
*/

View File

@ -794,6 +794,10 @@
*/
#define wxUSE_SPLINES 1
/*
* Use MDI.
*/
#define wxUSE_MDI 1
/*
* Use the mdi architecture
*/