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

This commit is contained in:
Huw Davies 2012-04-03 11:43:41 +01:00 committed by Alexandre Julliard
parent bfab84378d
commit b24da40410
1 changed files with 0 additions and 4 deletions

View File

@ -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 */