Commit f7c99379 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

cryptui: Stub CryptUIDlgViewSignerInfoA.

parent a23514ee
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
16 stub CryptUIDlgViewCertificatePropertiesW 16 stub CryptUIDlgViewCertificatePropertiesW
17 stdcall CryptUIDlgViewCertificateW(ptr ptr) 17 stdcall CryptUIDlgViewCertificateW(ptr ptr)
18 stdcall CryptUIDlgViewContext(long ptr ptr wstr long ptr) 18 stdcall CryptUIDlgViewContext(long ptr ptr wstr long ptr)
19 stub CryptUIDlgViewSignerInfoA 19 stdcall CryptUIDlgViewSignerInfoA(ptr)
20 stub CryptUIDlgViewSignerInfoW 20 stub CryptUIDlgViewSignerInfoW
21 stub CryptUIFreeCertificatePropertiesPagesA 21 stub CryptUIFreeCertificatePropertiesPagesA
22 stub CryptUIFreeCertificatePropertiesPagesW 22 stub CryptUIFreeCertificatePropertiesPagesW
......
...@@ -7038,3 +7038,9 @@ BOOL WINAPI CryptUIWizExport(DWORD dwFlags, HWND hwndParent, ...@@ -7038,3 +7038,9 @@ BOOL WINAPI CryptUIWizExport(DWORD dwFlags, HWND hwndParent,
} }
return ret; return ret;
} }
BOOL WINAPI CryptUIDlgViewSignerInfoA(CRYPTUI_VIEWSIGNERINFO_STRUCTA *pcvsi)
{
FIXME("%p: stub\n", pcvsi);
return FALSE;
}
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