Skip to content
Snippets Groups Projects
Commit 0cf0c28d authored by André Zwing's avatar André Zwing Committed by Alexandre Julliard
Browse files

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

parent a331ed03
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment