Commit 8afd655a authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

winspool.drv: Use BOOL type where appropriate.

parent 387fafd3
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment