mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-03 08:58:17 +03:00
applied 2 fixups from Igor Daniel
* xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups from Igor Daniel
This commit is contained in:
parent
6fbcf42aa3
commit
9e537937a6
@ -1,3 +1,8 @@
|
|||||||
|
Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
|
||||||
|
from Igor
|
||||||
|
|
||||||
Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
|
Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* xpath.c: fixing #75619, related to a problem when trying
|
* xpath.c: fixing #75619, related to a problem when trying
|
||||||
|
@ -167,11 +167,9 @@ extern void xmlCheckVersion(int version);
|
|||||||
*
|
*
|
||||||
* Whether iconv support is available
|
* Whether iconv support is available
|
||||||
*/
|
*/
|
||||||
#if !defined(WIN32) || defined(__CYGWIN__)
|
|
||||||
#if @WITH_ICONV@
|
#if @WITH_ICONV@
|
||||||
#define LIBXML_ICONV_ENABLED
|
#define LIBXML_ICONV_ENABLED
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LIBXML_DEBUG_ENABLED:
|
* LIBXML_DEBUG_ENABLED:
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
* daniel@veillard.com
|
* daniel@veillard.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define IN_LIBXML
|
|
||||||
#include "libxml.h"
|
#include "libxml.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user