Commit 072b6065 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

include: Add missing type to union.

parent 4ae62fba
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment