Module: wine Branch: master Commit: 2d08c88fd242254da7ef4c586e005c50b61e0dc6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2d08c88fd242254da7ef4c586e...
Author: André Hentschel nerv@dawncrow.de Date: Fri Apr 30 18:08:36 2010 +0200
include: Add some error codes for rsaenh.
---
include/winerror.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/winerror.h b/include/winerror.h index 8713ecc..516379d 100644 --- a/include/winerror.h +++ b/include/winerror.h @@ -2219,6 +2219,10 @@ static inline HRESULT HRESULT_FROM_WIN32(unsigned int x) #define NTE_BAD_KEYSET_PARAM _HRESULT_TYPEDEF_(0x8009001FL) #define NTE_FAIL _HRESULT_TYPEDEF_(0x80090020L) #define NTE_SYS_ERR _HRESULT_TYPEDEF_(0x80090021L) +#define NTE_SILENT_CONTEXT _HRESULT_TYPEDEF_(0x80090022L) +#define NTE_TOKEN_KEYSET_STORAGE_FULL _HRESULT_TYPEDEF_(0x80090023L) +#define NTE_TEMPORARY_PROFILE _HRESULT_TYPEDEF_(0x80090024L) +#define NTE_FIXEDPARAMETER _HRESULT_TYPEDEF_(0x80090025L) #define NTE_OP_OK _HRESULT_TYPEDEF_(0)
#define SEC_E_INSUFFICIENT_MEMORY _HRESULT_TYPEDEF_(0x80090300L)