mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
- fixes the definitions of PostQueuedCompletionStatus() and RaiseException()
- adds the definitions of AddAccessAllowedObjectAce(), AddAccessDeniedObjectAce() and AddAuditAccessObjectAce() to w32api - prototypes in line with previous r22066 mods - fixes bug 1473 svn path=/trunk/; revision=22068
This commit is contained in:
@@ -278,7 +278,7 @@ RaiseException (
|
||||
DWORD dwExceptionCode,
|
||||
DWORD dwExceptionFlags,
|
||||
DWORD nNumberOfArguments,
|
||||
CONST DWORD * lpArguments OPTIONAL
|
||||
CONST ULONG_PTR * lpArguments OPTIONAL
|
||||
)
|
||||
{
|
||||
EXCEPTION_RECORD ExceptionRecord;
|
||||
|
||||
@@ -146,7 +146,7 @@ STDCALL
|
||||
PostQueuedCompletionStatus(
|
||||
HANDLE CompletionHandle,
|
||||
DWORD dwNumberOfBytesTransferred,
|
||||
DWORD dwCompletionKey,
|
||||
ULONG_PTR dwCompletionKey,
|
||||
LPOVERLAPPED lpOverlapped
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user