diff options
author | Max Kellermann <max@duempel.org> | 2014-11-29 23:36:16 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-11-29 23:36:44 +0100 |
commit | 5b1db917bc63fcacfc503ebc02251a2905bc2f8f (patch) | |
tree | 7ad2f556e1394613447ea4fc3ddd9b1e3d1c1f44 /src | |
parent | 849b0563ce7bc07d4fc21bd4b1d20e0f5ba52c1a (diff) | |
download | mpd-5b1db917bc63fcacfc503ebc02251a2905bc2f8f.tar.gz mpd-5b1db917bc63fcacfc503ebc02251a2905bc2f8f.tar.xz mpd-5b1db917bc63fcacfc503ebc02251a2905bc2f8f.zip |
fs/Config: remove bogus WIN32 check
Diffstat (limited to '')
-rw-r--r-- | src/fs/Config.cxx | 2 |
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); |