Commit 96e4ec81 authored by Gijs Vermeulen's avatar Gijs Vermeulen Committed by Alexandre Julliard

ntoskrnl.exe: Improve IoCreateSynchronizationEvent stub.

parent db33beb0
......@@ -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;
}
/*****************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment