commit | 11ad6a0ac45f130e4f6bd627989ecffdb4ae8cc7 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed Jul 13 19:43:35 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Jul 13 19:43:35 2005 +0000 |
tree | d6304a6ab7b59fcd6fb35f5d3a692d0edca5d4c2 | |
parent | b220ce1343c52e15be7e0fcf15d453165ae2c379 [diff] [blame] |
Return the startup info size in the init_thread request, and allocate the process parameters structure in ntdll instead of kernel.
diff --git a/server/thread.c b/server/thread.c index a05e221..f1f4f27 100644 --- a/server/thread.c +++ b/server/thread.c
@@ -876,7 +876,7 @@ { process->peb = req->peb; process->ldt_copy = req->ldt_copy; - init_process( current ); + reply->info_size = init_process( current ); } else {