include: Add missing type to union.
This commit is contained in:
parent
4ae62fba22
commit
072b606588
|
@ -271,6 +271,7 @@ typedef struct _CRYPTUI_WIZ_EXPORT_INFO
|
||||||
PCCERT_CONTEXT pCertContext;
|
PCCERT_CONTEXT pCertContext;
|
||||||
PCCTL_CONTEXT pCTLContext;
|
PCCTL_CONTEXT pCTLContext;
|
||||||
PCCRL_CONTEXT pCRLContext;
|
PCCRL_CONTEXT pCRLContext;
|
||||||
|
HCERTSTORE hCertStore;
|
||||||
} DUMMYUNIONNAME;
|
} DUMMYUNIONNAME;
|
||||||
DWORD cStores;
|
DWORD cStores;
|
||||||
HCERTSTORE *rghStores;
|
HCERTSTORE *rghStores;
|
||||||
|
|
Loading…
Reference in New Issue