winspool.drv: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2013-10-09 00:06:16 +02:00 committed by Alexandre Julliard
parent 387fafd39e
commit 8afd655a62
1 changed files with 1 additions and 1 deletions

View File

@ -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);