hopefully more Win32 Build fixes

This commit is contained in:
Fish 2007-11-12 05:56:10 +00:00
parent 940e7016aa
commit 4250ab4d96
3 changed files with 4 additions and 3 deletions

View file

@ -37,6 +37,8 @@
#define LIBNXML_MINOR_VERSION 18
#define LIBNXML_MICRO_VERSION 1
#define LIBNXML_PACKAGE "nxml"
#ifdef __cplusplus
extern "C" {
#endif

View file

@ -210,8 +210,7 @@ __nxml_dtd_parse_get_block (nxml_t * nxml, char **buffer, size_t * size,
}
static void
__nxml_dtd_parse_free_element_content (__nxml_doctype_element_content_t *
content)
__nxml_dtd_parse_free_element_content (__nxml_doctype_element_content_t *content)
{
__nxml_doctype_element_content_t *tmp, *next;
if (!content)

View file

@ -1252,7 +1252,7 @@ __nxml_parse_buffer (nxml_t * nxml, char *r_buffer, size_t r_size)
{
if (nxml->priv.func)
nxml->priv.
func (PACKAGE " " VERSION
func (LIBNXML_PACKAGE " " LIBNXML_VERSION_STRING
" suports only xml 1.1 or 1.0 (line %d)\n",
nxml->priv.line);