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 <austinengl...@gmail.com>
Date:   Mon Feb 13 15:54:44 2017 -0600

    advapi32: Add missing function header to TreeResetNamedSecurityInfoW().
    
    Signed-off-by: Austin English <austinengl...@gmail.com>
    Signed-off-by: Alexandre Julliard <julli...@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

_______________________________________________
pkg-wine-party mailing list
pkg-wine-party@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party

Reply via email to