+/////////////////////////////////////////////////////////////////////////////
+// Name: wx/mdi.h
+// Purpose: wxMDI base header
+// Author: Julian Smart
+// Modified by:
+// Created:
+// Copyright: (c) Julian Smart
+// RCS-ID: $Id$
+// Licence: wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
#ifndef _WX_MDI_H_BASE_
#define _WX_MDI_H_BASE_
-#include "wx/setup.h"
+#include "wx/defs.h"
-#if wxUSE_MDI_ARCHITECTURE
+#if wxUSE_MDI
#if defined(__WXUNIVERSAL__)
#include "wx/generic/mdig.h"
#include "wx/generic/mdig.h"
#endif
-#endif // wxUSE_MDI_ARCHITECTURE
+#endif // wxUSE_MDI
#endif
// _WX_MDI_H_BASE_