Alexander Morozov : include: Fix CRYPTUI_SELECTCERTIFICATE_STRUCTA declaration.

Alexandre Julliard julliard at winehq.org
Fri Aug 26 10:40:47 CDT 2011


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

Author: Alexander Morozov <amorozov at etersoft.ru>
Date:   Wed Aug 10 18:46:35 2011 +0400

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 *




More information about the wine-cvs mailing list