Index: third_party/libxml/src/include/libxml/xmlexports.h |
diff --git a/third_party/libxml/src/include/libxml/xmlexports.h b/third_party/libxml/src/include/libxml/xmlexports.h |
index 9c6790c80f48ecacbfd5c3a12145f1f9b01ff7eb..2c79f814b45c767eb2f69a126a38354cfb08ec3f 100644 |
--- a/third_party/libxml/src/include/libxml/xmlexports.h |
+++ b/third_party/libxml/src/include/libxml/xmlexports.h |
@@ -43,7 +43,7 @@ |
/** |
* XMLCDECL: |
* |
- * Macro which declares the calling convention for exported functions that |
+ * Macro which declares the calling convention for exported functions that |
* use '...'. |
*/ |
#define XMLCDECL |
@@ -115,7 +115,7 @@ |
*/ |
#if defined(IN_LIBXML) && !defined(LIBXML_STATIC) |
#define XMLPUBFUN __declspec(dllexport) |
- #define XMLPUBVAR __declspec(dllexport) |
+ #define XMLPUBVAR __declspec(dllexport) extern |
#else |
#define XMLPUBFUN |
#if !defined(LIBXML_STATIC) |