Commit 0cf0c28d authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winspool.drv: Also convert printer info for level 8.

parent a331ed03
...@@ -1389,6 +1389,7 @@ static void convert_printerinfo_W_to_A(LPBYTE out, LPBYTE pPrintersW, ...@@ -1389,6 +1389,7 @@ static void convert_printerinfo_W_to_A(LPBYTE out, LPBYTE pPrintersW,
break; break;
} }
case 8:
case 9: case 9:
{ {
PRINTER_INFO_9W * piW = (PRINTER_INFO_9W *) pPrintersW; PRINTER_INFO_9W * piW = (PRINTER_INFO_9W *) pPrintersW;
......
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