include: Fix typo.

This commit is contained in:
Juan Lang 2008-09-18 10:36:49 -07:00 committed by Alexandre Julliard
parent 500403957d
commit c7e6c0ccd7
1 changed files with 1 additions and 1 deletions

View File

@ -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;