Mounir IDRASSI : wincrypt.h: Add missing definitions.

Alexandre Julliard julliard at wine.codeweavers.com
Mon May 7 15:26:44 CDT 2007


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

Author: Mounir IDRASSI <mounir.idrassi at idrix.fr>
Date:   Mon May  7 18:35:48 2007 +0200

wincrypt.h: Add missing definitions.

---

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

diff --git a/include/wincrypt.h b/include/wincrypt.h
index 2219bd5..c580d84 100644
--- a/include/wincrypt.h
+++ b/include/wincrypt.h
@@ -1613,6 +1613,11 @@ static const WCHAR MS_SCARD_PROV_W[] =           { 'M','i','c','r','o','s','o','
 #define PP_KEYSPEC              39
 #define PP_ENUMEX_SIGNING_PROT  40
 
+/* Values returned by CryptGetProvParam of PP_KEYSTORAGE */
+#define CRYPT_SEC_DESCR         0x00000001
+#define CRYPT_PSTORE            0x00000002
+#define CRYPT_UI_PROMPT         0x00000004
+
 /* Crypt{Get/Set}KeyParam */
 #define KP_IV                   1
 #define KP_SALT                 2




More information about the wine-cvs mailing list