aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmltree.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xmltree.c')
-rw-r--r--lib/xmltree.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/xmltree.c b/lib/xmltree.c
index e2654579..74292be9 100644
--- a/lib/xmltree.c
+++ b/lib/xmltree.c
@@ -29,6 +29,9 @@
#include "xmltree.h"
+#define g_strcasecmp g_ascii_strcasecmp
+#define g_strncasecmp g_ascii_strncasecmp
+
static void xt_start_element( GMarkupParseContext *ctx, const gchar *element_name, const gchar **attr_names, const gchar **attr_values, gpointer data, GError **error )
{
struct xt_parser *xt = data;