1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

- xmlversion.h.in libxml.h: Cygwin patches

- tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
- tree.h: cleanup
Daniel
This commit is contained in:
Daniel Veillard
2001-06-11 08:09:20 +00:00
parent acd370fb1a
commit 9cc6dc62f7
7 changed files with 30 additions and 25 deletions

View File

@ -9,7 +9,7 @@
#ifndef __XML_LIBXML_H__
#define __XML_LIBXML_H__
#ifdef WIN32
#if !defined(WIN32) || defined(__CYGWIN__)
#include "win32config.h"
#else
#include "config.h"