On Sa, 2007-05-05 at 19:16 +0200, Mounir IDRASSI wrote:
--- a/include/wincrypt.h +++ b/include/wincrypt.h
+/* Values returned by CryptGetProvParam of PP_KEYSTORAGE */ +#define CRYPT_SEC_DESCR 0x00000001 +#define CRYPT_PSTORE 0x00000002 +#define CRYPT_UI_PROMPT 0x00000004
I have no Idea about the code, but the missing defines should be a seperate patch.
Your idention looks broken. Wine is using 4 Space, when possible.