wininet: Add a stub for ShowClientAuthCerts.

This commit is contained in:
Austin English 2011-10-31 11:37:47 -07:00 committed by Alexandre Julliard
parent 92d55a84d6
commit 25bc31ac2e
2 changed files with 7 additions and 1 deletions

View File

@ -4385,3 +4385,9 @@ BOOL WINAPI InternetQueryFortezzaStatus(DWORD *a, DWORD_PTR b)
FIXME("(%p, %08lx) stub\n", a, b);
return 0;
}
DWORD WINAPI ShowClientAuthCerts(HWND parent)
{
FIXME("%p: stub\n", parent);
return 0;
}

View File

@ -234,7 +234,7 @@
@ stdcall SetUrlCacheGroupAttributeW(int64 long long ptr ptr)
@ stub SetUrlCacheHeaderData
@ stub ShowCertificate
@ stub ShowClientAuthCerts
@ stdcall ShowClientAuthCerts(ptr)
@ stub ShowSecurityInfo
@ stdcall ShowX509EncodedCertificate(ptr ptr long)
@ stdcall UnlockUrlCacheEntryFile(str long) UnlockUrlCacheEntryFileA