mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:22:58 +00:00
[PSDK] Add missing CRED_MAX_CREDENTIAL_BLOB_SIZE.
svn path=/trunk/; revision=70012
This commit is contained in:
parent
34aa71a66f
commit
27c78c0db8
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ typedef struct _BINARY_BLOB_CREDENTIAL_INFO
|
|||
#define CRED_MAX_ATTRIBUTES 64
|
||||
|
||||
#define CRED_MAX_BLOB_SIZE 512
|
||||
#define CRED_MAX_CREDENTIAL_BLOB_SIZE (5 * CRED_MAX_BLOB_SIZE)
|
||||
|
||||
#define CREDUI_MAX_MESSAGE_LENGTH 32767
|
||||
#define CREDUI_MAX_CAPTION_LENGTH 128
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue