Don't compile rich text handler unless wxUSE_RICHTEXT_XML_HANDLER is 1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-11-09 10:40:41 +00:00
parent 1750e8e256
commit 75a3537ac6
2 changed files with 1 additions and 2 deletions

View File

@@ -67,6 +67,5 @@
#include "wx/xrc/xh_bmpcbox.h" #include "wx/xrc/xh_bmpcbox.h"
#include "wx/xrc/xh_animatctrl.h" #include "wx/xrc/xh_animatctrl.h"
#include "wx/xrc/xh_collpane.h" #include "wx/xrc/xh_collpane.h"
#include "wx/xrc/xh_richtext.h"
#endif // _WX_XH_ALL_H_ #endif // _WX_XH_ALL_H_

View File

@@ -15,7 +15,7 @@
#pragma hdrstop #pragma hdrstop
#endif #endif
#if wxUSE_XRC && wxUSE_RICHTEXT #if wxUSE_XRC && wxUSE_RICHTEXT && wxUSE_RICHTEXT_XML_HANDLER
#include "wx/xrc/xh_richtext.h" #include "wx/xrc/xh_richtext.h"