fix header problems

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@55198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Benjamin Williams
2008-08-23 07:24:10 +00:00
parent fd19a674ad
commit 5e4a7d7825
2 changed files with 15 additions and 4 deletions

View File

@@ -11,12 +11,14 @@
#ifndef _WX_AUITOOLBAR_H_ #ifndef _WX_AUIBAR_H_
#define _WX_AUITOOLBAR_H_ #define _WX_AUIBAR_H_
#include "wx/defs.h" #include "wx/defs.h"
#if wxUSE_AUI
enum wxAuiToolBarStyle enum wxAuiToolBarStyle
{ {
@@ -615,6 +617,6 @@ typedef void (wxEvtHandler::*wxAuiToolBarEventFunction)(wxAuiToolBarEvent&);
} }
#endif // SWIG #endif // SWIG
#endif // wxUSE_AUI
#endif // __KCL_XMTOOLBAR_H #endif // _WX_AUIBAR_H_

View File

@@ -24,9 +24,14 @@
#pragma hdrstop #pragma hdrstop
#endif #endif
#if wxUSE_AUI
#include "wx/statline.h" #include "wx/statline.h"
#include "wx/dcbuffer.h" #include "wx/dcbuffer.h"
#include "wx/sizer.h"
#include "wx/image.h"
#include "wx/settings.h"
#include "wx/menu.h"
#include "wx/aui/auibar.h" #include "wx/aui/auibar.h"
#include "wx/aui/framemanager.h" #include "wx/aui/framemanager.h"
@@ -2614,3 +2619,7 @@ void wxAuiToolBar::OnSetCursor(wxSetCursorEvent& evt)
evt.SetCursor(cursor); evt.SetCursor(cursor);
} }
#endif // wxUSE_AUI