wininet: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2013-11-27 08:51:58 +01:00 committed by Alexandre Julliard
parent 4bb0d0eac9
commit 21618deb40
1 changed files with 1 additions and 1 deletions

View File

@ -4631,7 +4631,7 @@ BOOL WINAPI ResumeSuspendedDownload( HINTERNET hInternet, DWORD dwError )
BOOL WINAPI InternetQueryFortezzaStatus(DWORD *a, DWORD_PTR b)
{
FIXME("(%p, %08lx) stub\n", a, b);
return 0;
return FALSE;
}
DWORD WINAPI ShowClientAuthCerts(HWND parent)