]> granicus.if.org Git - libexpat/commitdiff
Fix missing export symbol required by testsuite
authorJose <jose@zeroc.com>
Wed, 23 Aug 2017 11:56:13 +0000 (13:56 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Wed, 23 Aug 2017 15:38:39 +0000 (17:38 +0200)
Need to export the symbol align_limit_to_full_utf8_characters
to build the test suite on Windows.

expat/lib/libexpat.def
expat/lib/libexpatw.def

index 79b049116dee070bc51b5d6df394e7789bcc10af..aaafb43f94398ba7fe52d9278ddbb410d547df7b 100644 (file)
@@ -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
index 79b049116dee070bc51b5d6df394e7789bcc10af..f28c3efa9763c244b480bdc039e9b7235dae13ca 100644 (file)
@@ -74,3 +74,4 @@ EXPORTS
 ; added with version 2.1.1
 ; XML_GetAttributeInfo @66
   XML_SetHashSalt @67@
+  align_limit_to_full_utf8_characters @68@