mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-03 14:23:07 +02:00
gthread-win32: Print critical if we cannot register fallback handler for the thread name exception
This commit is contained in:
parent
d60ca9aa38
commit
fb3f1733c3
@ -688,9 +688,8 @@ g_thread_win32_init (void)
|
|||||||
*/
|
*/
|
||||||
SetThreadName_VEH_handle = AddVectoredExceptionHandler (0, &SetThreadName_VEH);
|
SetThreadName_VEH_handle = AddVectoredExceptionHandler (0, &SetThreadName_VEH);
|
||||||
if (SetThreadName_VEH_handle == NULL)
|
if (SetThreadName_VEH_handle == NULL)
|
||||||
{
|
g_critical ("%s failed with error code %u",
|
||||||
/* This is bad, but what can we do? */
|
"AddVectoredExceptionHandler", (unsigned int) GetLastError ());
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user