Nikolay Sivov : cryptui: Stub CryptUIDlgViewSignerInfoA.

Alexandre Julliard julliard at winehq.org
Thu Nov 11 12:05:49 CST 2010


Module: wine
Branch: master
Commit: f7c99379b279832555aad29f629f937a88b7a550
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f7c99379b279832555aad29f629f937a88b7a550

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Nov 11 04:14:53 2010 +0300

cryptui: Stub CryptUIDlgViewSignerInfoA.

---

 dlls/cryptui/cryptui.spec |    2 +-
 dlls/cryptui/main.c       |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/dlls/cryptui/cryptui.spec b/dlls/cryptui/cryptui.spec
index a60c2e6..d243217 100644
--- a/dlls/cryptui/cryptui.spec
+++ b/dlls/cryptui/cryptui.spec
@@ -16,7 +16,7 @@
 16 stub CryptUIDlgViewCertificatePropertiesW
 17 stdcall CryptUIDlgViewCertificateW(ptr ptr)
 18 stdcall CryptUIDlgViewContext(long ptr ptr wstr long ptr)
-19 stub CryptUIDlgViewSignerInfoA
+19 stdcall CryptUIDlgViewSignerInfoA(ptr)
 20 stub CryptUIDlgViewSignerInfoW
 21 stub CryptUIFreeCertificatePropertiesPagesA
 22 stub CryptUIFreeCertificatePropertiesPagesW
diff --git a/dlls/cryptui/main.c b/dlls/cryptui/main.c
index 3a8f8f8..b823b6e 100644
--- a/dlls/cryptui/main.c
+++ b/dlls/cryptui/main.c
@@ -7038,3 +7038,9 @@ BOOL WINAPI CryptUIWizExport(DWORD dwFlags, HWND hwndParent,
     }
     return ret;
 }
+
+BOOL WINAPI CryptUIDlgViewSignerInfoA(CRYPTUI_VIEWSIGNERINFO_STRUCTA *pcvsi)
+{
+    FIXME("%p: stub\n", pcvsi);
+    return FALSE;
+}




More information about the wine-cvs mailing list