Alexandre Julliard : ntdll: Move the security system calls to the Unix library.

Alexandre Julliard julliard at winehq.org
Mon Jul 20 15:30:09 CDT 2020


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

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



More information about the wine-cvs mailing list