Let EnumPrinterDrivers return the number of drivers.
This commit is contained in:
parent
bd7ec9aca5
commit
7bb00b1c20
|
@ -3621,6 +3621,7 @@ static BOOL WINSPOOL_EnumPrinterDrivers(LPWSTR pName, LPWSTR pEnvironment,
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
*pcReturned = number;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue