WIP: utf8 support (yes, this is madness)

This commit is contained in:
Enno Rehling 2007-06-26 00:24:50 +00:00
parent 77f8bda91b
commit 4a34b3443b
1 changed files with 1 additions and 0 deletions

View File

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