You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mingw-libxml2/libxml2-gnome-bug-561340-fi...

12 lines
428 B

--- include/libxml/xmlexports.h.orig 2010-10-12 08:25:32.000000000 +0200
+++ include/libxml/xmlexports.h 2012-01-06 20:12:26.553304833 +0100
@@ -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)