From: Jose Date: Wed, 23 Aug 2017 11:56:13 +0000 (+0200) Subject: Fix missing export symbol required by testsuite X-Git-Tag: R_2_2_5~35^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4321e4f298ca227b5386648a2327f58b766e229;p=libexpat Fix missing export symbol required by testsuite Need to export the symbol align_limit_to_full_utf8_characters to build the test suite on Windows. --- diff --git a/expat/lib/libexpat.def b/expat/lib/libexpat.def index 79b04911..aaafb43f 100644 --- a/expat/lib/libexpat.def +++ b/expat/lib/libexpat.def @@ -74,3 +74,4 @@ EXPORTS ; added with version 2.1.1 ; XML_GetAttributeInfo @66 XML_SetHashSalt @67@ + align_limit_to_full_utf8_characters @68@ \ No newline at end of file diff --git a/expat/lib/libexpatw.def b/expat/lib/libexpatw.def index 79b04911..f28c3efa 100644 --- a/expat/lib/libexpatw.def +++ b/expat/lib/libexpatw.def @@ -74,3 +74,4 @@ EXPORTS ; added with version 2.1.1 ; XML_GetAttributeInfo @66 XML_SetHashSalt @67@ + align_limit_to_full_utf8_characters @68@