duplicate xmlChar definition is problematic

This commit is contained in:
Enno Rehling 2007-06-26 01:12:14 +00:00
parent 4a34b3443b
commit 997b3cd21b
2 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,7 @@ extern "C" {
#endif
#include <wchar.h>
#include <libxml/xmlstring.h>
extern int unicode_utf8_to_ucs4(wint_t *ucs4_character, const xmlChar *utf8_string, size_t *length);

View File

@ -253,6 +253,5 @@ extern char * strdup(const char *s);
# define INLINE_FUNCTION
#endif
typedef unsigned char xmlChar;
#endif