ChangeSet ID: 17681 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/05/23 04:54:17 Modified files: include : wincrypt.h Log message: Kees Cook Add defines for dwFlags in pPromptStruct and calls to CryptProtectData. Patch: http://cvs.winehq.org/patch.py?id=17681 Old revision New revision Changes Path 1.33 1.34 +9 -0 wine/include/wincrypt.h Index: wine/include/wincrypt.h diff -u -p wine/include/wincrypt.h:1.33 wine/include/wincrypt.h:1.34 --- wine/include/wincrypt.h:1.33 Sun May 19 10:23:53 2013 +++ wine/include/wincrypt.h Sun May 19 10:23:53 2013 @@ -894,6 +894,15 @@ static const WCHAR MS_SCARD_PROV_W[] = /* CryptHashSessionKey */ #define CRYPT_LITTLE_ENDIAN 0x00000001 +/* Crypt{Protect,Unprotect}Data PROMPTSTRUCT flags */ +#define CRYPTPROTECT_PROMPT_ON_PROTECT 0x0001 +#define CRYPTPROTECT_PROMPT_ON_UNPROTECT 0x0002 +/* Crypt{Protect,Unprotect}Data flags */ +#define CRYPTPROTECT_UI_FORBIDDEN 0x0001 +#define CRYPTPROTECT_LOCAL_MACHINE 0x0004 +#define CRYPTPROTECT_AUDIT 0x0010 +#define CRYPTPROTECT_VERIFY_PROTECTION 0x0040 + /* Blob Types */ #define SIMPLEBLOB 0x1 #define PUBLICKEYBLOB 0x6