mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:43:09 +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
5
sdk/lib/3rdparty/libxml2/legacy.c
vendored
5
sdk/lib/3rdparty/libxml2/legacy.c
vendored
|
@ -85,7 +85,7 @@ xmlCleanupPredefinedEntities(void)
|
|||
{
|
||||
}
|
||||
|
||||
static const char *xmlFeaturesList[] = {
|
||||
static const char* const xmlFeaturesList[] = {
|
||||
"validate",
|
||||
"load subset",
|
||||
"keep blanks",
|
||||
|
@ -1337,7 +1337,6 @@ cdataBlock(void *ctx, const xmlChar * value, int len)
|
|||
DEPRECATED("cdataBlock")
|
||||
xmlSAX2CDataBlock(ctx, value, len);
|
||||
}
|
||||
#define bottom_legacy
|
||||
#include "elfgcchack.h"
|
||||
|
||||
#endif /* LIBXML_LEGACY_ENABLED */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue