Removed duplicate declaration of AddAccessAllowedAce.

This commit is contained in:
Francois Gouget 2000-07-23 14:19:59 +00:00 committed by Alexandre Julliard
parent 9024c107bf
commit df96c97979
1 changed files with 0 additions and 1 deletions

View File

@ -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);