forked from github/server
duplicate xmlChar definition is problematic
This commit is contained in:
parent
4a34b3443b
commit
997b3cd21b
|
@ -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);
|
||||
|
||||
|
|
|
@ -253,6 +253,5 @@ extern char * strdup(const char *s);
|
|||
# define INLINE_FUNCTION
|
||||
#endif
|
||||
|
||||
typedef unsigned char xmlChar;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue