Alexandre Julliard : ntdll: Move the token functions to the Unix library.

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


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

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



More information about the wine-cvs mailing list