mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
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
Block a user