forked from github/server
WIP: utf8 support (yes, this is madness)
This commit is contained in:
parent
77f8bda91b
commit
4a34b3443b
|
@ -253,5 +253,6 @@ extern char * strdup(const char *s);
|
||||||
# define INLINE_FUNCTION
|
# define INLINE_FUNCTION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
typedef unsigned char xmlChar;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue