diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-08-03 12:06:36 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-08-03 12:06:36 +0000 |
commit | 50f3437111a6428b4852740e83db4848b0b09a97 (patch) | |
tree | a2b0d7c54535d7cce9be574eba3474957fa549f2 /testSAX.c | |
parent | 9f4eb911591bff815373d3e272605f2bebe4f087 (diff) | |
download | libxml2-50f3437111a6428b4852740e83db4848b0b09a97.tar.gz |
applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSC
* DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
testSAX.c xmlIO.c xmllint.c include/win32config.h
include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
include/libxml/xmlwin32version.h.in win32/README.MSDev
win32/dsp/*: applied Win32 Facelift No.2 patches from
Igor Zlatkovic for Windows/MSC
Daniel
Diffstat (limited to 'testSAX.c')
-rw-r--r-- | testSAX.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -8,10 +8,6 @@ #include "libxml.h" -#ifdef WIN32 -#undef LIBXML_DLL_IMPORT -#endif - #include <string.h> #include <stdarg.h> |