mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
remove double function head of NtCreateEvent()
svn path=/trunk/; revision=13200
This commit is contained in:
parent
686128e903
commit
06bcb7b055
1 changed files with 0 additions and 10 deletions
|
@ -114,16 +114,6 @@ NtClearEvent(IN HANDLE EventHandle)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* @implemented
|
|
||||||
*/
|
|
||||||
NTSTATUS STDCALL
|
|
||||||
NtCreateEvent(OUT PHANDLE EventHandle,
|
|
||||||
IN ACCESS_MASK DesiredAccess,
|
|
||||||
IN POBJECT_ATTRIBUTES ObjectAttributes OPTIONAL,
|
|
||||||
IN EVENT_TYPE EventType,
|
|
||||||
IN BOOLEAN InitialState)
|
|
||||||
{
|
|
||||||
/*
|
/*
|
||||||
* @implemented
|
* @implemented
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue