#if brackets for compiling out MDI.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@22294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2003-07-25 18:52:26 +00:00
parent b3eeb688ea
commit d8970354a9
2 changed files with 8 additions and 0 deletions

View File

@@ -23,6 +23,8 @@
#include "wx/frame.h"
#include "wx/toolbar.h"
#if wxUSE_MDI_ARCHITECTURE
//-----------------------------------------------------------------------------
// classes
//-----------------------------------------------------------------------------
@@ -212,5 +214,7 @@ private:
DECLARE_DYNAMIC_CLASS(wxMDIClientWindow)
};
#endif // if USE_MDI...
#endif // __MDIH__

View File

@@ -23,6 +23,8 @@
#include "wx/frame.h"
#include "wx/toolbar.h"
#if wxUSE_MDI_ARCHITECTURE
//-----------------------------------------------------------------------------
// classes
//-----------------------------------------------------------------------------
@@ -212,5 +214,7 @@ private:
DECLARE_DYNAMIC_CLASS(wxMDIClientWindow)
};
#endif // if USE_MDI...
#endif // __MDIH__