[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[pkg-wine-party] [wine] 323/357: advapi32: Add missing function header to TreeResetNamedSecurityInfoW().



This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository wine.

commit ee64c2e3577ff89ad32a12ed85508c166c0ed44b
Author: Austin English <austinenglish@gmail.com>
Date:   Mon Feb 13 15:54:44 2017 -0600

    advapi32: Add missing function header to TreeResetNamedSecurityInfoW().
    
    Signed-off-by: Austin English <austinenglish@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
---
 dlls/advapi32/security.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dlls/advapi32/security.c b/dlls/advapi32/security.c
index 7e41c0a..fcec270 100644
--- a/dlls/advapi32/security.c
+++ b/dlls/advapi32/security.c
@@ -6055,6 +6055,9 @@ BOOL WINAPI SaferCloseLevel(SAFER_LEVEL_HANDLE handle)
     return TRUE;
 }
 
+/******************************************************************************
+ * TreeResetNamedSecurityInfoW   [ADVAPI32.@]
+ */
 DWORD WINAPI TreeResetNamedSecurityInfoW( LPWSTR pObjectName,
                 SE_OBJECT_TYPE ObjectType, SECURITY_INFORMATION SecurityInfo,
                 PSID pOwner, PSID pGroup, PACL pDacl, PACL pSacl,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



Reply to: