Austin English : advapi32: Add missing function header to TreeResetNamedSecurityInfoW().

Alexandre Julliard julliard at winehq.org
Thu Feb 16 15:12:30 CST 2017


Module: wine
Branch: master
Commit: ee64c2e3577ff89ad32a12ed85508c166c0ed44b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ee64c2e3577ff89ad32a12ed85508c166c0ed44b

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

advapi32: Add missing function header to TreeResetNamedSecurityInfoW().

Signed-off-by: Austin English <austinenglish at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at 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,




More information about the wine-cvs mailing list