| commit | c7e6c0ccd7a3dedd67a19cd245a2776b66716249 | [log] [tgz] |
|---|---|---|
| author | Juan Lang <juan.lang@gmail.com> | Thu Sep 18 10:36:49 2008 -0700 |
| committer | Alexandre Julliard <julliard@winehq.org> | Fri Sep 19 12:09:09 2008 +0200 |
| tree | 3704c8692ab027fa3a0c693133d499a95b273b85 | |
| parent | 500403957d4ffc90734cbfce40a6ddcf8d799956 [diff] |
include: Fix typo.
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 @@ LPSTR pszUsageOid; HCRYPTPROV hprov; DWORD cRootStores; - HCERTSTORE rghstoreRoots; + HCERTSTORE *rghstoreRoots; DWORD cStores; HCERTSTORE *rghstoreCAs; DWORD cTrustStores;