winspool.drv: Return success from the AddPrintProcessorW stub.
This commit is contained in:
parent
b1c1ace81a
commit
b8d0c0dcc7
|
@ -4666,7 +4666,7 @@ BOOL WINAPI AddPrintProcessorW(LPWSTR pName, LPWSTR pEnvironment, LPWSTR pPathNa
|
|||
{
|
||||
FIXME("(%s,%s,%s,%s): stub\n", debugstr_w(pName), debugstr_w(pEnvironment),
|
||||
debugstr_w(pPathName), debugstr_w(pPrintProcessorName));
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
|
|
Loading…
Reference in New Issue