1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-13 09:01:53 +03:00

trio upgrade and integration

This commit is contained in:
Bjorn Reese
2001-04-21 16:57:29 +00:00
parent 34b1b3a81e
commit 70a9da54eb
36 changed files with 2125 additions and 854 deletions

View File

@ -6,17 +6,14 @@
* Daniel.Veillard@w3.org
*/
#ifdef WIN32
#include "win32config.h"
#undef LIBXML_DLL_IMPORT
#else
#include "config.h"
#endif
#include "libxml.h"
#include <libxml/xmlversion.h>
#ifdef LIBXML_HTML_ENABLED
#include <stdio.h>
#ifdef WIN32
#undef LIBXML_DLL_IMPORT
#endif
#include <string.h>
#include <stdarg.h>