ntoskrnl.exe: Improve IoCreateSynchronizationEvent stub.

Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Gijs Vermeulen 2018-04-07 20:09:59 +02:00 committed by Alexandre Julliard
parent db33beb090
commit 96e4ec81ec
1 changed files with 1 additions and 1 deletions

View File

@ -2694,7 +2694,7 @@ BOOLEAN WINAPI Ke386SetIoAccessMap(ULONG flag, PVOID buffer)
PKEVENT WINAPI IoCreateSynchronizationEvent(PUNICODE_STRING name, PHANDLE handle)
{
FIXME("(%p %p) stub\n", name, handle);
return NULL;
return (KEVENT *)0xdeadbeaf;
}
/*****************************************************