Init signals before calling CLIENT_InitThread since we can receive a

signal there.
This commit is contained in:
Alexandre Julliard 2003-03-15 00:06:35 +00:00
parent eded087e4e
commit b5a495c77a
1 changed files with 1 additions and 1 deletions

View File

@ -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();