Alexandre Julliard : advapi32: Move token functions to kernelbase.

Alexandre Julliard julliard at winehq.org
Tue Jun 25 17:25:51 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun 25 12:35:37 2019 +0200

advapi32: Move token functions to kernelbase.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/advapi32/advapi32.spec     |  36 +--
 dlls/advapi32/security.c        | 569 ----------------------------------------
 dlls/kernelbase/Makefile.in     |   2 +-
 dlls/kernelbase/kernelbase.spec |  36 +--
 dlls/kernelbase/security.c      | 352 +++++++++++++++++++++++++
 5 files changed, 389 insertions(+), 606 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=7557620aeb92eba6793ba3f5249c27c8658ace30



More information about the wine-cvs mailing list