aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Config.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-11-29 23:36:16 +0100
committerMax Kellermann <max@duempel.org>2014-11-29 23:36:44 +0100
commit5b1db917bc63fcacfc503ebc02251a2905bc2f8f (patch)
tree7ad2f556e1394613447ea4fc3ddd9b1e3d1c1f44 /src/fs/Config.cxx
parent849b0563ce7bc07d4fc21bd4b1d20e0f5ba52c1a (diff)
downloadmpd-5b1db917bc63fcacfc503ebc02251a2905bc2f8f.tar.gz
mpd-5b1db917bc63fcacfc503ebc02251a2905bc2f8f.tar.xz
mpd-5b1db917bc63fcacfc503ebc02251a2905bc2f8f.zip
fs/Config: remove bogus WIN32 check
Diffstat (limited to 'src/fs/Config.cxx')
-rw-r--r--src/fs/Config.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/Config.cxx b/src/fs/Config.cxx
index 6aa23005c..0034ecc61 100644
--- a/src/fs/Config.cxx
+++ b/src/fs/Config.cxx
@@ -32,7 +32,7 @@
void
ConfigureFS()
{
-#if defined(HAVE_GLIB) || defined(WIN32)
+#ifdef HAVE_GLIB
const char *charset = nullptr;
charset = config_get_string(CONF_FS_CHARSET, nullptr);