From: Hans Leidekker <hans@codeweavers.com> And fix spelling of hExclusiveTrustedPeople. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59531 --- include/wincrypt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/wincrypt.h b/include/wincrypt.h index e3a7ad0eb24..9c42586700f 100644 --- a/include/wincrypt.h +++ b/include/wincrypt.h @@ -3497,7 +3497,8 @@ typedef struct _CERT_CHAIN_ENGINE_CONFIG DWORD MaximumCachedCertificates; DWORD CycleDetectionModulus; HCERTSTORE hExclusiveRoot; - HCERTSTORE hExclusiveRootTrustedPeople; + HCERTSTORE hExclusiveTrustedPeople; + DWORD dwExclusiveFlags; } CERT_CHAIN_ENGINE_CONFIG, *PCERT_CHAIN_ENGINE_CONFIG; /* message-related definitions */ -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10347