From 4a34b3443b60659021d41a718bf3106a5766d9e2 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Tue, 26 Jun 2007 00:24:50 +0000 Subject: [PATCH] WIP: utf8 support (yes, this is madness) --- src/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.h b/src/config.h index ecd3bd9b8..3d6872fbd 100644 --- a/src/config.h +++ b/src/config.h @@ -253,5 +253,6 @@ extern char * strdup(const char *s); # define INLINE_FUNCTION #endif +typedef unsigned char xmlChar; #endif