Applied patch [ 1341085 ] richtext xml build fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#include "wx/richtext/richtextbuffer.h"
|
#include "wx/richtext/richtextbuffer.h"
|
||||||
|
|
||||||
#if wxUSE_RICHTEXT
|
#if wxUSE_RICHTEXT && wxUSE_XML
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* wxRichTextXMLHandler
|
* wxRichTextXMLHandler
|
||||||
@@ -106,7 +106,7 @@ protected:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// wxUSE_RICHTEXT
|
// wxUSE_RICHTEXT && wxUSE_XML
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// _WX_RICHTEXTXML_H_
|
// _WX_RICHTEXTXML_H_
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if wxUSE_RICHTEXT
|
#if wxUSE_RICHTEXT && wxUSE_XML
|
||||||
|
|
||||||
#include "wx/richtext/richtextxml.h"
|
#include "wx/richtext/richtextxml.h"
|
||||||
|
|
||||||
@@ -818,4 +818,4 @@ void wxRichTextHTMLHandler::OutputParagraphFormatting(const wxTextAttrEx& WXUNUS
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// wxUSE_RICHTEXT
|
// wxUSE_RICHTEXT && wxUSE_XML
|
||||||
|
Reference in New Issue
Block a user