Paul Vriens : wintrust.h: Added some defines.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Aug 18 05:39:59 CDT 2006


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

Author: Paul Vriens <Paul.Vriens at xs4all.nl>
Date:   Fri Aug 18 08:42:47 2006 +0200

wintrust.h: Added some defines.

---

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

diff --git a/include/wintrust.h b/include/wintrust.h
index 26be598..3d2ba8c 100644
--- a/include/wintrust.h
+++ b/include/wintrust.h
@@ -76,6 +76,20 @@ typedef struct WINTRUST_CERT_INFO_
     FILETIME*     psftVerifyAsOf;
 } WINTRUST_CERT_INFO, *PWINTRUST_CERT_INFO;
 
+/* dwUIChoice */
+#define WTD_UI_ALL                1
+#define WTD_UI_NONE               2
+#define WTD_UI_NOBAD              3
+#define WTD_UI_NOGOOD             4
+/* fdwRevocationChecks */
+#define WTD_REVOKE_NONE           0
+#define WTD_REVOKE_WHOLECHAIN     1
+/* dwUnionChoice */
+#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
 
 typedef struct _WINTRUST_DATA
 {




More information about the wine-cvs mailing list