spoolss: [2] Add a stub for IsLocalCall

Rob Shearman robertshearman at gmail.com
Mon Jun 30 02:04:05 CDT 2008


2008/6/29 Detlef Riekenberg <wine.dev at web.de>:
>  /******************************************************************
> + *   IsLocalCall    [SPOOLSS.@]
> + */
> +BOOL WINAPI IsLocalCall()
> +{
> +    FIXME("() stub\n");
> +    return TRUE;
> +}

The function definition is incomplete. You should change it to "BOOL
WINAPI IsLocalCall(void)".

-- 
Rob Shearman



More information about the wine-devel mailing list