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:
@ -1,3 +1,7 @@
|
|||||||
|
Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* libxml.h: try to avoid problems when compiling on Windows
|
||||||
|
|
||||||
Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
|
Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* hash.c: patch from Anthony Jones for hash.c allocation size
|
* hash.c: patch from Anthony Jones for hash.c allocation size
|
||||||
|
4
libxml.h
4
libxml.h
@ -9,6 +9,9 @@
|
|||||||
#ifndef __XML_LIBXML_H__
|
#ifndef __XML_LIBXML_H__
|
||||||
#define __XML_LIBXML_H__
|
#define __XML_LIBXML_H__
|
||||||
|
|
||||||
|
#ifndef IN_LIBXML
|
||||||
|
#define IN_LIBXML
|
||||||
|
#endif
|
||||||
#if defined(WIN32) && !defined(__CYGWIN__)
|
#if defined(WIN32) && !defined(__CYGWIN__)
|
||||||
#include "win32config.h"
|
#include "win32config.h"
|
||||||
#elif defined(macintosh)
|
#elif defined(macintosh)
|
||||||
@ -30,6 +33,5 @@
|
|||||||
#define TRIO_REPLACE_STDIO
|
#define TRIO_REPLACE_STDIO
|
||||||
#include "trio.h"
|
#include "trio.h"
|
||||||
#endif
|
#endif
|
||||||
#define IN_LIBXML
|
|
||||||
|
|
||||||
#endif /* ! __XML_LIBXML_H__ */
|
#endif /* ! __XML_LIBXML_H__ */
|
||||||
|
Reference in New Issue
Block a user