Huw Davies : winspool: Remove a FIXME now that we don't ignore the defaults .

Alexandre Julliard julliard at winehq.org
Tue Apr 3 12:17:39 CDT 2012


Module: wine
Branch: master
Commit: b24da40410ad5df12d4cd25c8db113b9fdd2ae03
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b24da40410ad5df12d4cd25c8db113b9fdd2ae03

Author: Huw Davies <huw at codeweavers.com>
Date:   Tue Apr  3 11:43:41 2012 +0100

winspool: Remove a FIXME now that we don't ignore the defaults.

---

 dlls/winspool.drv/info.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c
index 4845447..14d4b14 100644
--- a/dlls/winspool.drv/info.c
+++ b/dlls/winspool.drv/info.c
@@ -1899,10 +1899,6 @@ BOOL WINAPI OpenPrinterW(LPWSTR lpPrinterName,HANDLE *phPrinter, LPPRINTER_DEFAU
 {
 
     TRACE("(%s, %p, %p)\n", debugstr_w(lpPrinterName), phPrinter, pDefault);
-    if (pDefault) {
-        FIXME("PRINTER_DEFAULTS ignored => %s,%p,0x%08x\n",
-        debugstr_w(pDefault->pDatatype), pDefault->pDevMode, pDefault->DesiredAccess);
-    }
 
     if(!phPrinter) {
         /* NT: FALSE with ERROR_INVALID_PARAMETER, 9x: TRUE */




More information about the wine-cvs mailing list