mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
fixed prototype of ZwOpenSemaphore
svn path=/trunk/; revision=13241
This commit is contained in:
parent
1796f01382
commit
35c792ee32
1 changed files with 1 additions and 1 deletions
|
@ -2212,7 +2212,7 @@ NtOpenSemaphore(
|
|||
NTSTATUS
|
||||
STDCALL
|
||||
ZwOpenSemaphore(
|
||||
IN HANDLE SemaphoreHandle,
|
||||
OUT PHANDLE SemaphoreHandle,
|
||||
IN ACCESS_MASK DesiredAcces,
|
||||
IN POBJECT_ATTRIBUTES ObjectAttributes
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue