• Denis Krjuchkov's avatar
    Work around incorrect g_file_test() behavior on Win32 · 25d053cb
    Denis Krjuchkov authored
    g_file_test is redefined to be g_file_test_utf8 and thus can't handle
    non-ASCII characters. This fix adds simple wrapper (taken from glib)
    that fixes encoding and calls g_file_test_utf8. All required inclusions
    of glib_compat.h are added as well.
    25d053cb
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.service.in Loading commit data...
valgrind.suppressions Loading commit data...