Module: wine Branch: master Commit: a64b7b0c126ef80b0c487db3906388c6cc632ff6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a64b7b0c126ef80b0c487db390...
Author: Juan Lang juan.lang@gmail.com Date: Sat Sep 27 11:26:29 2008 -0700
include: Add definition of CRYPTUI_DISABLE_ISSUERSTATEMENT.
---
include/cryptuiapi.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/cryptuiapi.h b/include/cryptuiapi.h index f2efe8f..2670b78 100644 --- a/include/cryptuiapi.h +++ b/include/cryptuiapi.h @@ -88,6 +88,7 @@ typedef struct tagCRYPTUI_INITDIALOG_STRUCT #define CRYPTUI_ENABLE_REVOCATION_CHECK_CHAIN 0x00008000 #define CRYPTUI_ENABLE_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT CRYPTUI_ENABLE_REVOCATION_CHECKING #define CRYPTUI_DISABLE_HTMLLINK 0x00010000 +#define CRYPTUI_DISABLE_ISSUERSTATEMENT 0x00020000
typedef struct tagCRYPTUI_VIEWCERTIFICATE_STRUCTA {