Juan Lang : include: Add missing type to union.

Alexandre Julliard julliard at winehq.org
Tue Jan 27 09:06:53 CST 2009


Module: wine
Branch: master
Commit: 072b606588cd60f87ffeb74e71767b237fb9bf6e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=072b606588cd60f87ffeb74e71767b237fb9bf6e

Author: Juan Lang <juan.lang at gmail.com>
Date:   Sat Jan 24 12:52:34 2009 -0800

include: Add missing type to union.

---

 include/cryptuiapi.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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 @@ typedef struct _CRYPTUI_WIZ_EXPORT_INFO
         PCCERT_CONTEXT pCertContext;
         PCCTL_CONTEXT  pCTLContext;
         PCCRL_CONTEXT  pCRLContext;
+        HCERTSTORE     hCertStore;
     } DUMMYUNIONNAME;
     DWORD       cStores;
     HCERTSTORE *rghStores;




More information about the wine-cvs mailing list