Commit 70415dc8 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

spoolss: Add a stub for WaitForSpoolerInitialization.

parent e663816d
......@@ -142,7 +142,7 @@
@ stub UpdatePrinterRegAll
@ stub UpdatePrinterRegUser
@ stub WaitForPrinterChange
@ stub WaitForSpoolerInitialization
@ stdcall WaitForSpoolerInitialization()
@ stub WritePrinter
@ stub XcvDataW
@ stub bGetDevModePerUser
......
......@@ -248,3 +248,12 @@ BOOL WINAPI SpoolerInit(void)
FIXME("() stub\n");
return TRUE;
}
/******************************************************************
* WaitForSpoolerInitialization [SPOOLSS.@]
*/
BOOL WINAPI WaitForSpoolerInitialization(void)
{
FIXME("() stub\n");
return TRUE;
}
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