Module: wine Branch: master Commit: 34884bf5d071418e3c25e521236361e62e308025 URL: https://source.winehq.org/git/wine.git/?a=commit;h=34884bf5d071418e3c25e5212...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Mar 24 10:53:59 2021 +0100
ntdll: Remove the no longer needed exec_process() function.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/unix/loader.c | 6 +- dlls/ntdll/unix/process.c | 155 ----------------------------------------- dlls/ntdll/unix/unix_private.h | 1 - include/wine/server_protocol.h | 19 +---- server/process.c | 33 --------- server/protocol.def | 7 -- server/request.h | 5 -- server/trace.c | 9 --- 8 files changed, 6 insertions(+), 229 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=34884bf5d071418e3c25e...