Commit af00d2cc authored by Austin English's avatar Austin English Committed by Alexandre Julliard

ntoskrnl.exe: Add a stub for KeFlushQueuedDpcs.

parent 96721e42
......@@ -3546,3 +3546,8 @@ BOOLEAN WINAPI SeSinglePrivilegeCheck(LUID privilege, KPROCESSOR_MODE mode)
FIXME("stub: %08x%08x %u\n", privilege.HighPart, privilege.LowPart, mode);
return TRUE;
}
void WINAPI KeFlushQueuedDpcs(void)
{
FIXME("stub!\n");
}
......@@ -532,7 +532,7 @@
@ stub KeFindConfigurationEntry
@ stub KeFindConfigurationNextEntry
@ stub KeFlushEntireTb
@ stub KeFlushQueuedDpcs
@ stdcall KeFlushQueuedDpcs()
@ stdcall KeGetCurrentThread()
@ stub KeGetPreviousMode
@ stub KeGetRecommendedSharedDataAlignment
......
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