Module: wine Branch: master Commit: fb310724f6c6ca25d7c77131d0df0e90f0e13575 URL: https://source.winehq.org/git/wine.git/?a=commit;h=fb310724f6c6ca25d7c77131d...
Author: Alexandre Julliard julliard@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@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=fb310724f6c6ca25d7c77...