Commit 704975f5 authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Add missing server_init_process_done() call.

parent 04f41e87
......@@ -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.
......
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