fs/Config: add HAVE_GLIB check

This commit is contained in:
Max Kellermann 2014-11-30 20:35:26 +01:00
parent 41efc1376e
commit 6eb1caa417

View File

@ -46,7 +46,7 @@ ConfigureFS(Error &error)
static char win_charset[13];
sprintf(win_charset, "cp%u", GetACP());
charset = win_charset;
#else
#elif defined(HAVE_GLIB)
const gchar **encodings;
g_get_filename_charsets(&encodings);