Alexandre Julliard : ntdll: Move the wineserver exec support to the Unix library.

Alexandre Julliard julliard at winehq.org
Tue May 19 16:07:49 CDT 2020


Module: wine
Branch: master
Commit: dec38ffb075314629f2f1d3b86c752415181736a
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=dec38ffb075314629f2f1d3b86c752415181736a

Author: Alexandre Julliard <julliard at 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 at 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=dec38ffb075314629f2f1d3b86c752415181736a



More information about the wine-cvs mailing list