winspool.drv: Return success from the AddPrintProcessorW stub.

This commit is contained in:
Hans Leidekker 2010-11-16 09:07:50 +01:00 committed by Alexandre Julliard
parent b1c1ace81a
commit b8d0c0dcc7
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
/*****************************************************************************