Alexandre Julliard : ntdll: Move the security system calls to the Unix library.
Module: wine Branch: master Commit: f298db7254a42b2818083469bba0ed8080be38de URL: https://source.winehq.org/git/wine.git/?a=commit;h=f298db7254a42b2818083469b... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Jul 20 12:25:12 2020 +0200 ntdll: Move the security system calls to the Unix library. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/nt.c | 42 ---------- dlls/ntdll/ntdll.spec | 24 +++--- dlls/ntdll/om.c | 99 ----------------------- dlls/ntdll/sec.c | 186 ------------------------------------------ dlls/ntdll/unix/security.c | 197 +++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 209 insertions(+), 339 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f298db7254a42b2818083...
participants (1)
-
Alexandre Julliard