Return the startup info size in the init_thread request, and allocate
commit11ad6a0ac45f130e4f6bd627989ecffdb4ae8cc7
authorAlexandre Julliard <julliard@winehq.org>
Wed, 13 Jul 2005 19:43:35 +0000 (13 19:43 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 13 Jul 2005 19:43:35 +0000 (13 19:43 +0000)
treed6304a6ab7b59fcd6fb35f5d3a692d0edca5d4c2
parentb220ce1343c52e15be7e0fcf15d453165ae2c379
Return the startup info size in the init_thread request, and allocate
the process parameters structure in ntdll instead of kernel.
dlls/kernel/process.c
dlls/ntdll/loader.c
dlls/ntdll/ntdll_misc.h
dlls/ntdll/server.c
dlls/ntdll/thread.c
include/wine/server_protocol.h
server/process.c
server/process.h
server/protocol.def
server/thread.c
server/trace.c