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 ...@@ -278,7 +278,7 @@ typedef struct _CERT_VERIFY_CERTIFICATE_TRUST
LPSTR pszUsageOid; LPSTR pszUsageOid;
HCRYPTPROV hprov; HCRYPTPROV hprov;
DWORD cRootStores; DWORD cRootStores;
HCERTSTORE rghstoreRoots; HCERTSTORE *rghstoreRoots;
DWORD cStores; DWORD cStores;
HCERTSTORE *rghstoreCAs; HCERTSTORE *rghstoreCAs;
DWORD cTrustStores; 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