Commit 3a438667 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

ntdll: Don't return success from the NtQueryEvent stub.

parent 114b5bde
......@@ -402,7 +402,7 @@ NTSTATUS WINAPI NtQueryEvent (
OUT PULONG ReturnLength)
{
FIXME("(%p)\n", EventHandle);
return STATUS_SUCCESS;
return STATUS_NOT_IMPLEMENTED;
}
/*
......
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