Module: wine Branch: master Commit: dec38ffb075314629f2f1d3b86c752415181736a URL: https://source.winehq.org/git/wine.git/?a=commit;h=dec38ffb075314629f2f1d3b8...
Author: Alexandre Julliard julliard@winehq.org Date: Tue May 19 17:37:08 2020 +0200
ntdll: Move the wineserver exec support to the Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/ntdll_misc.h | 1 - dlls/ntdll/server.c | 163 +---------------------------------------------- dlls/ntdll/thread.c | 2 +- dlls/ntdll/unix/loader.c | 81 +++++++++++++++++++++++ dlls/ntdll/unixlib.h | 3 +- 5 files changed, 87 insertions(+), 163 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=dec38ffb075314629f2f1...