include: Add missing type to union.

oldstable
Juan Lang 2009-01-24 12:52:34 -08:00 committed by Alexandre Julliard
parent 4ae62fba22
commit 072b606588
1 changed files with 1 additions and 0 deletions

View File

@ -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;