mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
winspool.drv: Also convert printer info for level 8.
This commit is contained in:
parent
a331ed032e
commit
0cf0c28d16
@ -1389,6 +1389,7 @@ static void convert_printerinfo_W_to_A(LPBYTE out, LPBYTE pPrintersW,
|
||||
break;
|
||||
}
|
||||
|
||||
case 8:
|
||||
case 9:
|
||||
{
|
||||
PRINTER_INFO_9W * piW = (PRINTER_INFO_9W *) pPrintersW;
|
||||
|
Loading…
Reference in New Issue
Block a user