server: Simplify process creation.
authorAlexandre Julliard <julliard@winehq.org>
Wed, 19 Jul 2006 12:00:10 +0000 (14:00 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 19 Jul 2006 12:00:10 +0000 (14:00 +0200)
commitc316f0e47fd75c8cc2ddf77b847d59b0e8f475d2
tree3be4c37b3f6685d2c6e78f786f04aa45f235e506
parent718716b77a0461402084e24927ae31b6d23a3b2f
server: Simplify process creation.

Pass the socket for the new process from the parent through the
environment.
Perform initialisations during the new_process request.
dlls/kernel/process.c
dlls/ntdll/server.c
include/wine/server_protocol.h
server/process.c
server/process.h
server/protocol.def
server/request.c
server/trace.c