fs/Config: remove bogus WIN32 check
This commit is contained in:
parent
849b0563ce
commit
5b1db917bc
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue