Commit b5a495c7 authored by Alexandre Julliard's avatar Alexandre Julliard

Init signals before calling CLIENT_InitThread since we can receive a

signal there.
parent eded087e
......@@ -162,8 +162,8 @@ static void cleanup_thread( void *ptr )
static void SYSDEPS_StartThread( TEB *teb )
{
SYSDEPS_SetCurThread( teb );
CLIENT_InitThread();
SIGNAL_Init();
CLIENT_InitThread();
__TRY
{
teb->startup();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment