ADVAPI32: declare GetEffectiveRightsFromAcl

Mike McCormack mike at codeweavers.com
Sun Jun 12 22:17:39 CDT 2005


ChangeLog:
* declare GetEffectiveRightsFromAcl
-------------- next part --------------
Index: include/aclapi.h
===================================================================
RCS file: /home/wine/wine/include/aclapi.h,v
retrieving revision 1.7
diff -u -p -r1.7 aclapi.h
--- include/aclapi.h	7 Jun 2005 20:06:13 -0000	1.7
+++ include/aclapi.h	13 Jun 2005 03:19:51 -0000
@@ -88,6 +88,10 @@ VOID WINAPI BuildTrusteeWithSidA(PTRUSTE
 VOID WINAPI BuildTrusteeWithSidW(PTRUSTEEW pTrustee, PSID pSid);
 #define     BuildTrusteeWithSid WINELIB_NAME_AW(BuildTrusteeWithSid)
 
+DWORD WINAPI GetEffectiveRightsFromAclA(PACL,PTRUSTEE_A,PACCESS_MASK);
+DWORD WINAPI GetEffectiveRightsFromAclW(PACL,PTRUSTEE_W,PACCESS_MASK);
+#define     GetEffectiveRightsFromAcl WINELIB_NAME_AW(GetEffectiveRightsFromAcl)
+
 #ifdef __cplusplus
 }
 #endif


More information about the wine-patches mailing list