From a4321e4f298ca227b5386648a2327f58b766e229 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 23 Aug 2017 13:56:13 +0200 Subject: [PATCH] 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. --- expat/lib/libexpat.def | 1 + expat/lib/libexpatw.def | 1 + 2 files changed, 2 insertions(+) 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@ -- 2.40.0