mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
Make the last change compile.
This commit is contained in:
parent
9b66aa4222
commit
537908e429
@ -152,7 +152,9 @@ g_thread_init_glib (void)
|
|||||||
_g_mem_thread_init ();
|
_g_mem_thread_init ();
|
||||||
_g_messages_thread_init ();
|
_g_messages_thread_init ();
|
||||||
_g_atomic_thread_init ();
|
_g_atomic_thread_init ();
|
||||||
|
#ifdef G_OS_WIN32
|
||||||
_g_win32_thread_init ();
|
_g_win32_thread_init ();
|
||||||
|
#endif
|
||||||
|
|
||||||
g_threads_got_initialized = TRUE;
|
g_threads_got_initialized = TRUE;
|
||||||
|
|
||||||
|
@ -33,7 +33,9 @@ void _g_convert_thread_init (void) G_GNUC_INTERNAL;
|
|||||||
void _g_rand_thread_init (void) G_GNUC_INTERNAL;
|
void _g_rand_thread_init (void) G_GNUC_INTERNAL;
|
||||||
void _g_main_thread_init (void) G_GNUC_INTERNAL;
|
void _g_main_thread_init (void) G_GNUC_INTERNAL;
|
||||||
void _g_atomic_thread_init (void) G_GNUC_INTERNAL;
|
void _g_atomic_thread_init (void) G_GNUC_INTERNAL;
|
||||||
|
#ifdef G_OS_WIN32
|
||||||
void _g_win32_thread_init (void) G_GNUC_INTERNAL;
|
void _g_win32_thread_init (void) G_GNUC_INTERNAL;
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Are called from glib/gthread.c. Must only contain g_private_new calls */
|
/* Are called from glib/gthread.c. Must only contain g_private_new calls */
|
||||||
void _g_mem_thread_private_init (void) G_GNUC_INTERNAL;
|
void _g_mem_thread_private_init (void) G_GNUC_INTERNAL;
|
||||||
|
Loading…
Reference in New Issue
Block a user