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:
Alexandre Julliard 2020-05-30 17:31:45 +02:00
parent 04f41e87a3
commit 704975f58d
1 changed files with 2 additions and 0 deletions

View File

@ -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.