mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
spoolss: Add a stub for IsLocalCall.
This commit is contained in:
parent
70415dc8a9
commit
5cdde8d796
@ -74,7 +74,7 @@
|
||||
@ stub GetPrinterW
|
||||
@ stdcall ImpersonatePrinterClient(long)
|
||||
@ stub InitializeRouter
|
||||
@ stub IsLocalCall
|
||||
@ stdcall IsLocalCall()
|
||||
@ stub IsNamedPipeRpcCall
|
||||
@ stub LoadDriver
|
||||
@ stub LoadDriverFiletoConvertDevmode
|
||||
|
@ -169,6 +169,15 @@ BOOL WINAPI ImpersonatePrinterClient(HANDLE hToken)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/******************************************************************
|
||||
* IsLocalCall [SPOOLSS.@]
|
||||
*/
|
||||
BOOL WINAPI IsLocalCall(void)
|
||||
{
|
||||
FIXME("() stub\n");
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/******************************************************************
|
||||
* RevertToPrinterSelf [SPOOLSS.@]
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user