mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:35:45 +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:
parent
5b5ec1b029
commit
2d0587fef2
2 changed files with 2 additions and 2 deletions
|
@ -278,7 +278,7 @@ RaiseException (
|
||||||
DWORD dwExceptionCode,
|
DWORD dwExceptionCode,
|
||||||
DWORD dwExceptionFlags,
|
DWORD dwExceptionFlags,
|
||||||
DWORD nNumberOfArguments,
|
DWORD nNumberOfArguments,
|
||||||
CONST DWORD * lpArguments OPTIONAL
|
CONST ULONG_PTR * lpArguments OPTIONAL
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
EXCEPTION_RECORD ExceptionRecord;
|
EXCEPTION_RECORD ExceptionRecord;
|
||||||
|
|
|
@ -146,7 +146,7 @@ STDCALL
|
||||||
PostQueuedCompletionStatus(
|
PostQueuedCompletionStatus(
|
||||||
HANDLE CompletionHandle,
|
HANDLE CompletionHandle,
|
||||||
DWORD dwNumberOfBytesTransferred,
|
DWORD dwNumberOfBytesTransferred,
|
||||||
DWORD dwCompletionKey,
|
ULONG_PTR dwCompletionKey,
|
||||||
LPOVERLAPPED lpOverlapped
|
LPOVERLAPPED lpOverlapped
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue