Commit c7e6c0cc authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

include: Fix typo.

parent 50040395
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment