[PATCH] winspool: Do not mark AddPrinterA as stub

Detlef Riekenberg wine.dev at web.de
Fri Feb 11 10:25:34 CST 2011


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

diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c
index e4a464a..9d36657 100644
--- a/dlls/winspool.drv/info.c
+++ b/dlls/winspool.drv/info.c
@@ -2614,7 +2614,7 @@ HANDLE WINAPI AddPrinterA(LPSTR pName, DWORD Level, LPBYTE pPrinter)
     PRINTER_INFO_2A *piA = (PRINTER_INFO_2A*)pPrinter;
     HANDLE ret;
 
-    TRACE("(%s,%d,%p): stub\n", debugstr_a(pName), Level, pPrinter);
+    TRACE("(%s, %d, %p)\n", debugstr_a(pName), Level, pPrinter);
     if(Level != 2) {
         ERR("Level = %d, unsupported!\n", Level);
 	SetLastError(ERROR_INVALID_LEVEL);
-- 
1.7.1




More information about the wine-patches mailing list