mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-25 08:36:52 +02:00
win32: Remove some debug spew on startup
This is not needed anymore and was causing problems for pkg-config.
This commit is contained in:
parent
d2d62ecfcd
commit
41b8ce7100
@ -963,13 +963,8 @@ g_thread_lookup_native_funcs (void)
|
|||||||
G_GNUC_INTERNAL void
|
G_GNUC_INTERNAL void
|
||||||
g_thread_win32_init (void)
|
g_thread_win32_init (void)
|
||||||
{
|
{
|
||||||
if (g_thread_lookup_native_funcs ())
|
if (!g_thread_lookup_native_funcs ())
|
||||||
fprintf (stderr, "(debug) GThread using native mode\n");
|
g_thread_xp_init ();
|
||||||
else
|
|
||||||
{
|
|
||||||
fprintf (stderr, "(debug) GThread using Windows XP mode\n");
|
|
||||||
g_thread_xp_init ();
|
|
||||||
}
|
|
||||||
|
|
||||||
InitializeCriticalSection (&g_private_lock);
|
InitializeCriticalSection (&g_private_lock);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user