[PATCH] includes: Add cryptcat_open definitions

Maarten Lankhorst maarten at codeweavers.com
Thu Oct 16 06:23:16 CDT 2008


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

diff --git a/include/mscat.h b/include/mscat.h
index e481207..29363ad 100644
--- a/include/mscat.h
+++ b/include/mscat.h
@@ -47,6 +47,10 @@ typedef struct CRYPTCATMEMBER_ {
 
 #include <poppack.h>
 
+#define CRYPTCAT_OPEN_CREATENEW 0x1
+#define CRYPTCAT_OPEN_ALWAYS 0x2
+#define CRYPTCAT_OPEN_EXISTING 0x4
+#define CRYPTCAT_OPEN_VERIFYSIGNATURE 0x10000000
 
 BOOL      WINAPI CryptCATAdminAcquireContext(HCATADMIN*,const GUID*,DWORD);
 HCATINFO  WINAPI CryptCATAdminAddCatalog(HCATADMIN,PWSTR,PWSTR,DWORD);
-- 
1.5.6.5


--------------060409080808080502070509--



More information about the wine-patches mailing list