mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-19 14:50:07 +03:00
add ICONV_CONST define for win32 build to satisfy encoding.c change in rev
* include/win32config.h: add ICONV_CONST define for win32 build to satisfy encoding.c change in rev 3693 svn path=/trunk/; revision=3702
This commit is contained in:
parent
d0d2f090dc
commit
a544c18909
@ -1,3 +1,8 @@
|
||||
Mon Mar 10 16:25:32 CET 2008 Rob Richards <rrichards@ctindustries.net>
|
||||
|
||||
* include/win32config.h: add ICONV_CONST define for win32 build
|
||||
to satisfy encoding.c change in rev 3693
|
||||
|
||||
Fri Mar 7 17:45:27 CET 2008 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* xmlsave.c parser.c: fix handling of empty CDATA nodes as
|
||||
|
@ -23,6 +23,10 @@
|
||||
|
||||
#include <libxml/xmlversion.h>
|
||||
|
||||
#ifndef ICONV_CONST
|
||||
#define ICONV_CONST const
|
||||
#endif
|
||||
|
||||
#ifdef NEED_SOCKETS
|
||||
#include <wsockcompat.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user