Module: wine Branch: master Commit: c7e6c0ccd7a3dedd67a19cd245a2776b66716249 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c7e6c0ccd7a3dedd67a19cd245...
Author: Juan Lang juan.lang@gmail.com Date: Thu Sep 18 10:36:49 2008 -0700
include: Fix typo.
---
include/cryptdlg.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/cryptdlg.h b/include/cryptdlg.h index 6a012c7..47bd984 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;