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

try to avoid problems when compiling on Windows Daniel

* libxml.h: try to avoid problems when compiling on Windows
Daniel
This commit is contained in:
Daniel Veillard
2002-01-15 17:10:15 +00:00
parent 314cfa083c
commit 8de85c6c00
2 changed files with 7 additions and 1 deletions

View File

@ -9,6 +9,9 @@
#ifndef __XML_LIBXML_H__
#define __XML_LIBXML_H__
#ifndef IN_LIBXML
#define IN_LIBXML
#endif
#if defined(WIN32) && !defined(__CYGWIN__)
#include "win32config.h"
#elif defined(macintosh)
@ -30,6 +33,5 @@
#define TRIO_REPLACE_STDIO
#include "trio.h"
#endif
#define IN_LIBXML
#endif /* ! __XML_LIBXML_H__ */