Add missing #define.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2004-05-08 10:02:12 +00:00
parent 40964ef0f9
commit 57c1e03211

View File

@ -779,6 +779,10 @@
* Use the mdi architecture
*/
#define wxUSE_MDI_ARCHITECTURE 0
/*
* Use MDI
*/
#define wxUSE_MDI 0
/*
* Use the document/view architecture
*/