Commit 5b1db917 authored by Max Kellermann's avatar Max Kellermann

fs/Config: remove bogus WIN32 check

parent 849b0563
...@@ -32,7 +32,7 @@ ...@@ -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);
......
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