Alexandre Julliard : advapi32: Move token functions to kernelbase.
Module: wine Branch: master Commit: 7557620aeb92eba6793ba3f5249c27c8658ace30 URL: https://source.winehq.org/git/wine.git/?a=commit;h=7557620aeb92eba6793ba3f52... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jun 25 12:35:37 2019 +0200 advapi32: Move token functions to kernelbase. Signed-off-by: Alexandre Julliard <julliard(a)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=7557620aeb92eba6793ba...
participants (1)
-
Alexandre Julliard