ntdll: Add missing server_init_process_done() call.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49295 Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
04f41e87a3
commit
704975f58d
|
@ -722,6 +722,8 @@ void server_init_process_done(void)
|
|||
NTSTATUS status;
|
||||
int suspend;
|
||||
|
||||
unix_funcs->server_init_process_done();
|
||||
|
||||
/* Install signal handlers; this cannot be done earlier, since we cannot
|
||||
* send exceptions to the debugger before the create process event that
|
||||
* is sent by REQ_INIT_PROCESS_DONE.
|
||||
|
|
Loading…
Reference in New Issue