summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIgor Zlatkovic <igor@src.gnome.org>2003-08-25 10:05:36 +0000
committerIgor Zlatkovic <igor@src.gnome.org>2003-08-25 10:05:36 +0000
commitcd38635dc80fbdbffe4032d5fce92462fec59cec (patch)
tree01b8abefeba1d6d55965a06de0eb4817eb49f81b /include
parent0e7df822220ad69a04b425368442d0eaaa3f263d (diff)
downloadlibxml2-cd38635dc80fbdbffe4032d5fce92462fec59cec.tar.gz
changed default var export to extern
Diffstat (limited to 'include')
-rw-r--r--include/libxml/xmlexports.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libxml/xmlexports.h b/include/libxml/xmlexports.h
index 17e478a9..7dd08bc0 100644
--- a/include/libxml/xmlexports.h
+++ b/include/libxml/xmlexports.h
@@ -22,7 +22,7 @@
*/
#define XMLPUBFUN
-#define XMLPUBVAR
+#define XMLPUBVAR extern
#define XMLCALL
/* Windows platform with MS compiler */