Module: wine Branch: master Commit: 2077c09b3b6b202ff3bd0c18212e300ef0e555d7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2077c09b3b6b202ff3bd0c1821...
Author: Alexander Morozov amorozov@etersoft.ru Date: Wed Jul 27 19:23:51 2011 +0400
include: Synchronize CRYPTUI_SELECTCERTIFICATE_STRUCT definition with MSDN.
---
include/cryptuiapi.h | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/include/cryptuiapi.h b/include/cryptuiapi.h index 4ba04a3..f151fa4 100644 --- a/include/cryptuiapi.h +++ b/include/cryptuiapi.h @@ -348,12 +348,14 @@ typedef struct _CRYPTUI_SELECTCERTIFICATE_STRUCTA DWORD dwSize; HWND hwndParent; DWORD dwFlags; - LPCWSTR szTitle; + LPCSTR szTitle; DWORD dwDontUseColumn; - LPCWSTR szDisplayString; + LPCSTR szDisplayString; PFNCFILTERPROC pFilterCallback; PFNCCERTDISPLAYPROC pDisplayCallback; void *pvCallbackData; + DWORD cDisplayStores; + HCERTSTORE *rghDisplayStores; DWORD cStores; HCERTSTORE *rghStores; DWORD cPropSheetPages; @@ -374,6 +376,8 @@ typedef struct _CRYPTUI_SELECTCERTIFICATE_STRUCTW PFNCFILTERPROC pFilterCallback; PFNCCERTDISPLAYPROC pDisplayCallback; void *pvCallbackData; + DWORD cDisplayStores; + HCERTSTORE *rghDisplayStores; DWORD cStores; HCERTSTORE *rghStores; DWORD cPropSheetPages;