moving XRC to the core

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-09-18 08:53:16 +00:00
parent a6c23e02f5
commit a1e4ec8731
40 changed files with 138 additions and 59 deletions

View File

@@ -19,12 +19,12 @@
#pragma hdrstop
#endif
#if wxUSE_XRC && wxUSE_STATUSBAR
#include "wx/frame.h"
#include "wx/string.h"
#include "wx/log.h"
#if wxUSE_STATUSBAR
#include "wx/xrc/xh_statbar.h"
#include "wx/statusbr.h"
@@ -105,5 +105,5 @@ bool wxStatusBarXmlHandler::CanHandle(wxXmlNode *node)
return IsOfClass(node, wxT("wxStatusBar"));
}
#endif
#endif // wxUSE_XRC && wxUSE_STATUSBAR