diff options
author | 2020-10-15 04:28:42 +1100 | |
---|---|---|
committer | 2020-10-15 04:28:42 +1100 | |
commit | d256f069a5aa30bf5ffcfc4b73047ce0f372ea10 (patch) | |
tree | 8df1bd2e70d7e15e59928203d0eb687c82307bff /3rdparty/expat/lib/libexpat.def | |
parent | 13850f3011e000307925aefd918efe2f0ce6649d (diff) |
-3rdparty/expat: Update to 2.2.10."
-Fixed tiny build (missing s11c_bg_device) and unused lambda capture in emu/rendlay.cpp.
Diffstat (limited to '3rdparty/expat/lib/libexpat.def')
-rw-r--r-- | 3rdparty/expat/lib/libexpat.def | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/3rdparty/expat/lib/libexpat.def b/3rdparty/expat/lib/libexpat.def index 79b049116de..16faf5955e7 100644 --- a/3rdparty/expat/lib/libexpat.def +++ b/3rdparty/expat/lib/libexpat.def @@ -73,4 +73,6 @@ EXPORTS XML_GetParsingStatus @65 ; added with version 2.1.1 ; XML_GetAttributeInfo @66 - XML_SetHashSalt @67@ + XML_SetHashSalt @67 +; added with version 2.2.5 + _INTERNAL_trim_to_complete_utf8_characters @68 |