spoolss: Add a stub for WaitForSpoolerInitialization.
This commit is contained in:
parent
e663816d45
commit
70415dc8a9
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue