mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:43:19 +00:00
[LIBXML2] Update to version 2.9.10. CORE-16952
This commit is contained in:
parent
b82bf8ce16
commit
f22fa382fe
65 changed files with 2245 additions and 2056 deletions
10
sdk/lib/3rdparty/libxml2/elfgcchack.h
vendored
10
sdk/lib/3rdparty/libxml2/elfgcchack.h
vendored
|
@ -4311,6 +4311,16 @@ extern __typeof (xmlHashCreateDict) xmlHashCreateDict__internal_alias __attribut
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef bottom_hash
|
||||
#undef xmlHashDefaultDeallocator
|
||||
extern __typeof (xmlHashDefaultDeallocator) xmlHashDefaultDeallocator __attribute((alias("xmlHashDefaultDeallocator__internal_alias")));
|
||||
#else
|
||||
#ifndef xmlHashDefaultDeallocator
|
||||
extern __typeof (xmlHashDefaultDeallocator) xmlHashDefaultDeallocator__internal_alias __attribute((visibility("hidden")));
|
||||
#define xmlHashDefaultDeallocator xmlHashDefaultDeallocator__internal_alias
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef bottom_hash
|
||||
#undef xmlHashFree
|
||||
extern __typeof (xmlHashFree) xmlHashFree __attribute((alias("xmlHashFree__internal_alias")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue