summaryrefslogtreecommitdiff
path: root/parser.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-07-21 13:24:09 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-07-21 13:24:09 +0000
commitffa3c74933baa45bef5e0d7f15473c38a4c3f9e8 (patch)
tree84f52d5e52e95e317df8141643359a563107409d /parser.c
parent0a119ebe61fd211b5dd11ecac83020481999a3b2 (diff)
downloadlibxml2-ffa3c74933baa45bef5e0d7f15473c38a4c3f9e8.tar.gz
applied a patch from Marcus Boerger to fix problems with calling
* error.c globals.c parser.c runtest.c testHTML.c testSAX.c threads.c valid.c xmllint.c xmlreader.c xmlschemas.c xmlstring.c xmlwriter.c include/libxml/parser.h include/libxml/relaxng.h include/libxml/valid.h include/libxml/xmlIO.h include/libxml/xmlerror.h include/libxml/xmlexports.h include/libxml/xmlschemas.h: applied a patch from Marcus Boerger to fix problems with calling conventions on Windows this should fix #309757 Daniel
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.c b/parser.c
index 67d5c469..13d19a05 100644
--- a/parser.c
+++ b/parser.c
@@ -12454,7 +12454,7 @@ xmlSetEntityReferenceFunc(xmlEntityReferenceFunc func)
#include <libxml/xpath.h>
#endif
-extern void xmlGenericErrorDefaultFunc(void *ctx, const char *msg, ...);
+extern void XMLCDECL xmlGenericErrorDefaultFunc(void *ctx, const char *msg, ...);
static int xmlParserInitialized = 0;
/**