Commit 7bb00b1c authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

Let EnumPrinterDrivers return the number of drivers.

parent bd7ec9ac
......@@ -3621,6 +3621,7 @@ static BOOL WINSPOOL_EnumPrinterDrivers(LPWSTR pName, LPWSTR pEnvironment,
return FALSE;
}
*pcReturned = number;
return TRUE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment