Commit eb5c60dc authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Michael Stefaniuc

ntoskrnl.exe: Add missing linebreak to FIXME in KeDelayExecutionThread.

Signed-off-by: 's avatarSebastian Lackner <sebastian@fds-team.de> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org> (cherry picked from commit 6c8f398e) Signed-off-by: 's avatarMichael Stefaniuc <mstefani@winehq.org>
parent bb2d1c72
......@@ -2423,6 +2423,6 @@ NTSTATUS WINAPI CmUnRegisterCallback(LARGE_INTEGER cookie)
*/
NTSTATUS WINAPI KeDelayExecutionThread(KPROCESSOR_MODE waitmode, BOOLEAN alertable, PLARGE_INTEGER interval)
{
FIXME("%u %u %p", waitmode, alertable, interval);
FIXME("(%u, %u, %p): stub\n", waitmode, alertable, interval);
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