You need to sign in or sign up before continuing.
Commit 6eb1caa4 authored by Max Kellermann's avatar Max Kellermann

fs/Config: add HAVE_GLIB check

parent 41efc137
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment