Commit 21618deb authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

wininet: Use BOOL type where appropriate.

parent 4bb0d0ea
......@@ -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)
......
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