diff --git a/include/cryptdlg.h b/include/cryptdlg.h index 6a012c78a76..47bd9843d59 100644 --- a/include/cryptdlg.h +++ b/include/cryptdlg.h @@ -278,7 +278,7 @@ typedef struct _CERT_VERIFY_CERTIFICATE_TRUST LPSTR pszUsageOid; HCRYPTPROV hprov; DWORD cRootStores; - HCERTSTORE rghstoreRoots; + HCERTSTORE *rghstoreRoots; DWORD cStores; HCERTSTORE *rghstoreCAs; DWORD cTrustStores;