Juan Lang : include: Add a few definitions.

Alexandre Julliard julliard at winehq.org
Wed Jan 28 08:02:50 CST 2009


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

Author: Juan Lang <juan.lang at gmail.com>
Date:   Tue Jan 27 08:54:58 2009 -0800

include: Add a few definitions.

---

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

diff --git a/include/wincrypt.h b/include/wincrypt.h
index f574997..1594bbd 100644
--- a/include/wincrypt.h
+++ b/include/wincrypt.h
@@ -1957,6 +1957,9 @@ static const WCHAR MS_ENH_RSA_AES_PROV_W[] =           { 'M','i','c','r','o','s'
 #define CRYPT_READ              0x0008
 #define CRYPT_WRITE             0x0010
 #define CRYPT_MAC               0x0020
+#define CRYPT_EXPORT_KEY        0x0040
+#define CRYPT_IMPORT_KEY        0x0080
+#define CRYPT_ARCHIVE           0x0100
 
 /* Crypt*Key */
 #define CRYPT_EXPORTABLE        0x00000001




More information about the wine-cvs mailing list