mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
Stop using HAVE_G_THREAD_IMPL_INIT
Just always call the init function.
This commit is contained in:
@@ -51,10 +51,7 @@ g_thread_init (GThreadFunctions *init)
|
||||
|
||||
already_done = TRUE;
|
||||
|
||||
#ifdef HAVE_G_THREAD_IMPL_INIT
|
||||
g_thread_impl_init();
|
||||
#endif /* HAVE_G_THREAD_IMPL_INIT */
|
||||
|
||||
g_thread_impl_init ();
|
||||
g_thread_functions_for_glib_use = g_thread_functions_for_glib_use_default;
|
||||
g_thread_init_glib ();
|
||||
}
|
||||
|
Reference in New Issue
Block a user