fs/Config: remove bogus WIN32 check

This commit is contained in:
Max Kellermann
2014-11-29 23:36:16 +01:00
parent 849b0563ce
commit 5b1db917bc

View File

@@ -32,7 +32,7 @@
void void
ConfigureFS() ConfigureFS()
{ {
#if defined(HAVE_GLIB) || defined(WIN32) #ifdef HAVE_GLIB
const char *charset = nullptr; const char *charset = nullptr;
charset = config_get_string(CONF_FS_CHARSET, nullptr); charset = config_get_string(CONF_FS_CHARSET, nullptr);