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;
|
||||
PCCTL_CONTEXT pCTLContext;
|
||||
PCCRL_CONTEXT pCRLContext;
|
||||
HCERTSTORE hCertStore;
|
||||
} DUMMYUNIONNAME;
|
||||
DWORD cStores;
|
||||
HCERTSTORE *rghStores;
|
||||
|
|
Loading…
Reference in New Issue