aboutsummaryrefslogtreecommitdiff
path: root/libxml2/include/libxml/xmlexports.h
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/include/libxml/xmlexports.h')
-rw-r--r--libxml2/include/libxml/xmlexports.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxml2/include/libxml/xmlexports.h b/libxml2/include/libxml/xmlexports.h
index 9c6790c80..2c79f814b 100644
--- a/libxml2/include/libxml/xmlexports.h
+++ b/libxml2/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)