winspool.drv: Also convert printer info for level 8

André Hentschel nerv at dawncrow.de
Thu May 3 15:40:09 CDT 2012


---
 dlls/winspool.drv/info.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c
index 297cf7a..33caaad 100644
--- a/dlls/winspool.drv/info.c
+++ b/dlls/winspool.drv/info.c
@@ -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;
-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list