Alexandre Julliard : ntdll: Move the wineloader 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: fb310724f6c6ca25d7c77131d0df0e90f0e13575
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=fb310724f6c6ca25d7c77131d0df0e90f0e13575

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue May 19 14:08:16 2020 +0200

ntdll: Move the wineloader exec support to the Unix library.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/Makefile.in   |   1 +
 dlls/ntdll/process.c     |   8 ++-
 dlls/ntdll/server.c      | 119 -------------------------------------------
 dlls/ntdll/unix/loader.c | 130 +++++++++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/unixlib.h     |   4 ++
 5 files changed, 141 insertions(+), 121 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=fb310724f6c6ca25d7c77131d0df0e90f0e13575



More information about the wine-cvs mailing list