winspool.drv: Use BOOL type where appropriate.
This commit is contained in:
parent
387fafd39e
commit
8afd655a62
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue