hopefully more Win32 Build fixes
This commit is contained in:
parent
940e7016aa
commit
4250ab4d96
3 changed files with 4 additions and 3 deletions
|
@ -37,6 +37,8 @@
|
|||
#define LIBNXML_MINOR_VERSION 18
|
||||
#define LIBNXML_MICRO_VERSION 1
|
||||
|
||||
#define LIBNXML_PACKAGE "nxml"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Reference in a new issue