mirror of
https://github.com/GNOME/libxml2.git
synced 2025-01-18 14:33:59 +08: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>
|
||||
|
||||
* xpath.c: fixing #75619, related to a problem when trying
|
||||
|
@ -167,11 +167,9 @@ extern void xmlCheckVersion(int version);
|
||||
*
|
||||
* Whether iconv support is available
|
||||
*/
|
||||
#if !defined(WIN32) || defined(__CYGWIN__)
|
||||
#if @WITH_ICONV@
|
||||
#define LIBXML_ICONV_ENABLED
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/**
|
||||
* LIBXML_DEBUG_ENABLED:
|
||||
|
@ -6,7 +6,6 @@
|
||||
* daniel@veillard.com
|
||||
*/
|
||||
|
||||
#define IN_LIBXML
|
||||
#include "libxml.h"
|
||||
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user