Alexandre Julliard : ntdll: Call the Unix entry point from the Unix side.
Module: wine Branch: master Commit: e0fc8d7acbed511a495de8a566b59f8ab00310f1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e0fc8d7acbed511a495de8a56... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Mar 16 11:10:15 2021 +0100 ntdll: Call the Unix entry point from the Unix side. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/loader.c | 16 +++++---------- dlls/ntdll/unix/loader.c | 26 +++++++------------------ dlls/ntdll/unix/unix_private.h | 3 ++- dlls/ntdll/unix/virtual.c | 44 ++++++++++++++++++++++++++++++------------ dlls/ntdll/unixlib.h | 5 +++-- 5 files changed, 49 insertions(+), 45 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e0fc8d7acbed511a495de...
participants (1)
-
Alexandre Julliard