Alexandre Julliard : server: Simplify process creation.
Module: wine Branch: refs/heads/master Commit: c316f0e47fd75c8cc2ddf77b847d59b0e8f475d2 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=c316f0e47fd75c8cc2ddf77b... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Jul 19 14:00:10 2006 +0200 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 | 206 ++++++++++++++++--------------------- dlls/ntdll/server.c | 23 +++- include/wine/server_protocol.h | 21 ++-- server/process.c | 220 +++++++++++++++++----------------------- server/process.h | 2 server/protocol.def | 37 +++---- server/request.c | 2 server/trace.c | 25 ++--- 8 files changed, 247 insertions(+), 289 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=c316f0e47fd75c8cc2dd...
participants (1)
-
Alexandre Julliard