Commit 25bc31ac authored by Austin English's avatar Austin English Committed by Alexandre Julliard

wininet: Add a stub for ShowClientAuthCerts.

parent 92d55a84
...@@ -4385,3 +4385,9 @@ BOOL WINAPI InternetQueryFortezzaStatus(DWORD *a, DWORD_PTR b) ...@@ -4385,3 +4385,9 @@ BOOL WINAPI InternetQueryFortezzaStatus(DWORD *a, DWORD_PTR b)
FIXME("(%p, %08lx) stub\n", a, b); FIXME("(%p, %08lx) stub\n", a, b);
return 0; return 0;
} }
DWORD WINAPI ShowClientAuthCerts(HWND parent)
{
FIXME("%p: stub\n", parent);
return 0;
}
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
@ stdcall SetUrlCacheGroupAttributeW(int64 long long ptr ptr) @ stdcall SetUrlCacheGroupAttributeW(int64 long long ptr ptr)
@ stub SetUrlCacheHeaderData @ stub SetUrlCacheHeaderData
@ stub ShowCertificate @ stub ShowCertificate
@ stub ShowClientAuthCerts @ stdcall ShowClientAuthCerts(ptr)
@ stub ShowSecurityInfo @ stub ShowSecurityInfo
@ stdcall ShowX509EncodedCertificate(ptr ptr long) @ stdcall ShowX509EncodedCertificate(ptr ptr long)
@ stdcall UnlockUrlCacheEntryFile(str long) UnlockUrlCacheEntryFileA @ stdcall UnlockUrlCacheEntryFile(str long) UnlockUrlCacheEntryFileA
......
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