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

- libxml.h: fixed an error in last commit

- doc/FAQ.html: added an entry for compilation from CVS
Daniel
This commit is contained in:
Daniel Veillard
2001-06-11 10:29:38 +00:00
parent 9cc6dc62f7
commit 6761eeea4d
3 changed files with 11 additions and 1 deletions

View File

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