aboutsummaryrefslogtreecommitdiff
path: root/ports/xerces-c/CONTROL
diff options
context:
space:
mode:
authorJackBoosY <47264268+JackBoosY@users.noreply.github.com>2019-06-21 05:44:03 +0800
committerPhil Christensen <philc@microsoft.com>2019-06-20 14:44:03 -0700
commit321540a82abec73f280847df10af6aa1fe9e472b (patch)
tree1743667d382dc4bb9a24f745d2ce2d46cf345193 /ports/xerces-c/CONTROL
parent83520dbc36e644951829f1a94fe47395314d9a4c (diff)
downloadvcpkg-321540a82abec73f280847df10af6aa1fe9e472b.tar.gz
vcpkg-321540a82abec73f280847df10af6aa1fe9e472b.zip
[xerces-c]Replace the macro DLL_EXPORT with the macro XERCES_DLL_EXPORT (#6970)
* [xerces-c]Disable defining DLL_EXPORT to avoid affecting other ports * [xerces-c]Replace the macro DLL_EXPORT with the macro XERCES_DLL_EXPORT
Diffstat (limited to 'ports/xerces-c/CONTROL')
-rw-r--r--ports/xerces-c/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/xerces-c/CONTROL b/ports/xerces-c/CONTROL
index 2fde766e1..3d2a4337e 100644
--- a/ports/xerces-c/CONTROL
+++ b/ports/xerces-c/CONTROL
@@ -1,5 +1,5 @@
Source: xerces-c
-Version: 3.2.2-9
+Version: 3.2.2-10
Homepage: https://github.com/apache/xerces-c
Description: Xerces-C++ is a XML parser, for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs.