winspool.drv: Return success from the AddPrintProcessorW stub.

Hans Leidekker hans at codeweavers.com
Tue Nov 16 02:07:50 CST 2010


---
 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;
 }
 
 /*****************************************************************************
-- 
1.7.1







More information about the wine-patches mailing list