Alexandre Julliard : advapi32: Move access control functions to kernelbase.
Module: wine Branch: master Commit: de406c70e515ce5cfbf9453ab4368cb22e9cfe1c URL: https://source.winehq.org/git/wine.git/?a=commit;h=de406c70e515ce5cfbf9453ab... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jun 25 12:36:14 2019 +0200 advapi32: Move access control functions to kernelbase. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/advapi32/advapi32.spec | 58 +++--- dlls/advapi32/security.c | 379 ---------------------------------------- dlls/kernelbase/kernelbase.spec | 58 +++--- dlls/kernelbase/security.c | 272 ++++++++++++++++++++++++++++ 4 files changed, 330 insertions(+), 437 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=de406c70e515ce5cfbf94...
participants (1)
-
Alexandre Julliard