commit | 072b606588cd60f87ffeb74e71767b237fb9bf6e | [log] [tgz] |
---|---|---|
author | Juan Lang <juan.lang@gmail.com> | Sat Jan 24 12:52:34 2009 -0800 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jan 27 11:04:14 2009 +0100 |
tree | 0c12bcdcb6c17586f1e59b5f62b0438a9603d259 | |
parent | 4ae62fba2201f5977e439b1583a844aef23c2706 [diff] [blame] |
include: Add missing type to union.
diff --git a/include/cryptuiapi.h b/include/cryptuiapi.h index 510c7d1..4ba04a3 100644 --- a/include/cryptuiapi.h +++ b/include/cryptuiapi.h
@@ -271,6 +271,7 @@ PCCERT_CONTEXT pCertContext; PCCTL_CONTEXT pCTLContext; PCCRL_CONTEXT pCRLContext; + HCERTSTORE hCertStore; } DUMMYUNIONNAME; DWORD cStores; HCERTSTORE *rghStores;