include: Fix CRYPTUI_SELECTCERTIFICATE_STRUCTA declaration.

Alexander Morozov amorozov at etersoft.ru
Thu Aug 25 11:01:37 CDT 2011


I missed this in previous patch for CRYPTUI_SELECTCERTIFICATE_STRUCTA.
-------------- next part --------------
From f0901cf46097f094ca8d7ed8586fd8929f731182 Mon Sep 17 00:00:00 2001
From: Alexander Morozov <amorozov at etersoft.ru>
Date: Wed, 10 Aug 2011 18:46:35 +0400
Subject: [PATCH 1/2] include: Fix CRYPTUI_SELECTCERTIFICATE_STRUCTA
 declaration.

---
 include/cryptuiapi.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/cryptuiapi.h b/include/cryptuiapi.h
index f151fa4..81c58af 100644
--- a/include/cryptuiapi.h
+++ b/include/cryptuiapi.h
@@ -359,7 +359,7 @@ typedef struct _CRYPTUI_SELECTCERTIFICATE_STRUCTA
     DWORD               cStores;
     HCERTSTORE         *rghStores;
     DWORD               cPropSheetPages;
-    LPCPROPSHEETPAGEW   rgPropSheetPages;
+    LPCPROPSHEETPAGEA   rgPropSheetPages;
     HCERTSTORE          hSelectedCertStore;
 } CRYPTUI_SELECTCERTIFICATE_STRUCTA, *PCRYPTUI_SELECTCERTIFICATE_STRUCTA;
 typedef const CRYPTUI_SELECTCERTIFICATE_STRUCTA *
-- 
1.7.6



More information about the wine-patches mailing list