summaryrefslogtreecommitdiff
path: root/testSAX.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-11-07 14:21:01 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-11-07 14:21:01 +0000
commitc2def84b484f6706c2ad7d076a2f3e1c56f76b9f (patch)
tree4608b7a47d45df49150e105c23f44fcd9b20728a /testSAX.c
parent9e8bfae59a087a938a810a5527023b1e7b0e15b3 (diff)
downloadlibxml2-c2def84b484f6706c2ad7d076a2f3e1c56f76b9f.tar.gz
Various patches and bug fixes, and XInclude progresses:
- nanohttp.[ch]: applied Wayne Davison patches to access the WWW-Authorization header. - parser.c: Closed Bug#30847: Problems when switching encoding in short files by applying Simon Berg's patch. - valid.c: fixed a validation problem - hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from Wayne Davison - xpointer.[ch]: added first version of xmlXPtrBuildNodeList() need to be extended to non full nodes selections. - xinclude.c: starts to work decently Daniel
Diffstat (limited to 'testSAX.c')
-rw-r--r--testSAX.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testSAX.c b/testSAX.c
index b74061db..ff96e4bd 100644
--- a/testSAX.c
+++ b/testSAX.c
@@ -8,6 +8,7 @@
#ifdef WIN32
#include "win32config.h"
+#undef LIBXML_DLL_IMPORT
#else
#include "config.h"
#endif