diff options
Diffstat (limited to '')
-rw-r--r-- | src/Main.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index 35eaea4ee..49f466592 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -387,8 +387,10 @@ int mpd_main(int argc, char *argv[]) g_set_application_name("Music Player Daemon"); +#if !GLIB_CHECK_VERSION(2,32,0) /* enable GLib's thread safety code */ g_thread_init(NULL); +#endif io_thread_init(); winsock_init(); |