Module: wine Branch: master Commit: dd77ff754b949c21c986b61592cdc91884f2e175 URL: https://source.winehq.org/git/wine.git/?a=commit;h=dd77ff754b949c21c986b6159...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jul 20 12:23:53 2020 +0200
ntdll: Move the token functions to the Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/Makefile.in | 1 + dlls/ntdll/misc.c | 20 -- dlls/ntdll/nt.c | 631 -------------------------------------------- dlls/ntdll/ntdll.spec | 47 ++-- dlls/ntdll/ntdll_misc.h | 3 - dlls/ntdll/sec.c | 10 - dlls/ntdll/sync.c | 83 ------ dlls/ntdll/unix/security.c | 635 +++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 660 insertions(+), 770 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=dd77ff754b949c21c986b...