Module: wine Branch: master Commit: 74a74556ddac24855fde742e77dc232670ebcd94 URL: https://source.winehq.org/git/wine.git/?a=commit;h=74a74556ddac24855fde742e7...
Author: Paul Gofman gofmanp@gmail.com Date: Thu Dec 12 14:18:31 2019 +0300
server: Support creating processes with specified parent.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47817 Signed-off-by: Paul Gofman gofmanp@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/tests/process.c | 4 ++-- dlls/ntdll/process.c | 1 + include/wine/server_protocol.h | 4 +++- server/console.c | 32 ++++++++++++++++---------------- server/process.c | 28 +++++++++++++++++++++------- server/process.h | 3 ++- server/protocol.def | 1 + server/request.h | 17 +++++++++-------- server/trace.c | 3 ++- server/user.h | 3 ++- server/winstation.c | 24 ++++++++++++++++-------- 11 files changed, 75 insertions(+), 45 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=74a74556ddac24855fde7...