From ebfcc25da0dfd4384fbb7f49e6a08732d03db736 Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Wed, 10 Aug 2011 18:46:35 +0400 Subject: [PATCH] include: Fix CRYPTUI_SELECTCERTIFICATE_STRUCTA declaration. --- include/cryptuiapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cryptuiapi.h b/include/cryptuiapi.h index f151fa44b35..81c58af6d0a 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 *