Juan Lang : include: Fix typo.

Alexandre Julliard julliard at winehq.org
Fri Sep 19 07:14:56 CDT 2008


Module: wine
Branch: master
Commit: c7e6c0ccd7a3dedd67a19cd245a2776b66716249
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c7e6c0ccd7a3dedd67a19cd245a2776b66716249

Author: Juan Lang <juan.lang at 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;




More information about the wine-cvs mailing list