Re: wintrust.h: add missing defines
On Tue, 2006-09-26 at 22:08 -0700, Juan Lang wrote:
#define WTD_UI_ALL 1 #define WTD_UI_NONE 2 @@ -115,6 +118,42 @@ DWORD dwUIContext; } WINTRUST_DATA, *PWINTRUST_DATA;
+#define WTD_UI_ALL 1 +#define WTD_UI_NONE 2 +#define WTD_UI_NOBAD 3 +#define WTD_UI_NOGOOD 4 + +#define WTD_REVOKE_NONE 0 +#define WTD_REVOKE_WHOLECHAIN 1 + +#define WTD_CHOICE_FILE 1 +#define WTD_CHOICE_CATALOG 2 +#define WTD_CHOICE_BLOB 3 +#define WTD_CHOICE_SIGNER 4 +#define WTD_CHOICE_CERT 5 Hi Juan,
these ones you've added are already in (see also first line in the excerpt from your email). Cheers, Paul.
these ones you've added are already in
Whoops. I was just trying to clean out my tree, and didn't pay close enough attention. Thanks. --Juan __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
participants (2)
-
Juan Lang -
Paul Vriens