mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
[LIBXML2] Update to version 2.10.0. CORE-17766
This commit is contained in:
parent
608bbe1136
commit
911153da10
80 changed files with 2351 additions and 20735 deletions
8
sdk/lib/3rdparty/libxml2/c14n.c
vendored
8
sdk/lib/3rdparty/libxml2/c14n.c
vendored
|
@ -14,9 +14,7 @@
|
|||
#ifdef LIBXML_C14N_ENABLED
|
||||
#ifdef LIBXML_OUTPUT_ENABLED
|
||||
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
#include <libxml/tree.h>
|
||||
|
@ -1659,9 +1657,6 @@ xmlC14NProcessNode(xmlC14NCtxPtr ctx, xmlNodePtr cur)
|
|||
break;
|
||||
case XML_DOCUMENT_NODE:
|
||||
case XML_DOCUMENT_FRAG_NODE: /* should be processed as document? */
|
||||
#ifdef LIBXML_DOCB_ENABLED
|
||||
case XML_DOCB_DOCUMENT_NODE: /* should be processed as document? */
|
||||
#endif
|
||||
#ifdef LIBXML_HTML_ENABLED
|
||||
case XML_HTML_DOCUMENT_NODE: /* should be processed as document? */
|
||||
#endif
|
||||
|
@ -2229,6 +2224,5 @@ xmlC11NNormalizeString(const xmlChar * input,
|
|||
return (buffer);
|
||||
}
|
||||
#endif /* LIBXML_OUTPUT_ENABLED */
|
||||
#define bottom_c14n
|
||||
#include "elfgcchack.h"
|
||||
|
||||
#endif /* LIBXML_C14N_ENABLED */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue