Juan Lang : wintrust.h: Remove duplicate definitions. Spotted by Paul Vriens.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Sep 27 13:58:37 CDT 2006


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

Author: Juan Lang <juan_lang at yahoo.com>
Date:   Wed Sep 27 07:21:00 2006 -0700

wintrust.h: Remove duplicate definitions.  Spotted by Paul Vriens.

---

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

diff --git a/include/wintrust.h b/include/wintrust.h
index 982ea0c..2c1b409 100644
--- a/include/wintrust.h
+++ b/include/wintrust.h
@@ -118,20 +118,6 @@ typedef struct _WINTRUST_DATA
     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
-
 #define WTD_STATEACTION_IGNORE           0
 #define WTD_STATEACTION_VERIFY           1
 #define WTD_STATEACTION_CLOSE            2




More information about the wine-cvs mailing list