Hans Leidekker : winspool.drv: Return success from the AddPrintProcessorW stub.

Alexandre Julliard julliard at winehq.org
Tue Nov 16 12:45:47 CST 2010


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Tue Nov 16 09:07:50 2010 +0100

winspool.drv: Return success from the AddPrintProcessorW stub.

---

 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 4ffe092..3076572 100644
--- a/dlls/winspool.drv/info.c
+++ b/dlls/winspool.drv/info.c
@@ -4666,7 +4666,7 @@ BOOL WINAPI AddPrintProcessorW(LPWSTR pName, LPWSTR pEnvironment, LPWSTR pPathNa
 {
     FIXME("(%s,%s,%s,%s): stub\n", debugstr_w(pName), debugstr_w(pEnvironment),
           debugstr_w(pPathName), debugstr_w(pPrintProcessorName));
-    return FALSE;
+    return TRUE;
 }
 
 /*****************************************************************************




More information about the wine-cvs mailing list