winspool.drv: Use BOOL type where appropriate

Frédéric Delanoy frederic.delanoy at gmail.com
Tue Oct 8 17:06:16 CDT 2013


---
 dlls/winspool.drv/info.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c
index ed4b314..aebdef9 100644
--- a/dlls/winspool.drv/info.c
+++ b/dlls/winspool.drv/info.c
@@ -6877,7 +6877,7 @@ BOOL WINAPI AddPrinterDriverExA(LPSTR pName, DWORD Level, LPBYTE pDriverInfo, DW
     LPWSTR  nameW = NULL;
     DWORD   lenA;
     DWORD   len;
-    DWORD   res = FALSE;
+    BOOL    res = FALSE;
 
     TRACE("(%s, %d, %p, 0x%x)\n", debugstr_a(pName), Level, pDriverInfo, dwFileCopyFlags);
 
-- 
1.8.4




More information about the wine-patches mailing list