Removed duplicate declaration of AddAccessAllowedAce.
This commit is contained in:
parent
9024c107bf
commit
df96c97979
|
@ -1234,7 +1234,6 @@ BOOL16 WINAPI SetWinDebugInfo16(LPWINDEBUGINFO);
|
|||
/* Declarations for functions that exist only in Win32 */
|
||||
|
||||
|
||||
BOOL WINAPI AddAccessAllowedAce(PACL,DWORD,DWORD,PSID);
|
||||
BOOL WINAPI AddAccessAllowedAce(PACL,DWORD,DWORD,PSID);
|
||||
BOOL WINAPI AttachThreadInput(DWORD,DWORD,BOOL);
|
||||
BOOL WINAPI AccessCheck(PSECURITY_DESCRIPTOR,HANDLE,DWORD,PGENERIC_MAPPING,PPRIVILEGE_SET,LPDWORD,LPDWORD,LPBOOL);
|
||||
|
|
Loading…
Reference in New Issue