- Add NTSTRSAFE_UNICODE_STRING_MAX_CCH

svn path=/trunk/; revision=67664
This commit is contained in:
Thomas Faber 2015-05-11 14:09:02 +00:00
parent 0c5434f36d
commit 1e20486956

View file

@ -36,6 +36,10 @@
#define NTSTRSAFE_MAX_CCH 2147483647 #define NTSTRSAFE_MAX_CCH 2147483647
#endif #endif
#ifndef NTSTRSAFE_UNICODE_STRING_MAX_CCH
#define NTSTRSAFE_UNICODE_STRING_MAX_CCH 32767
#endif
#ifndef _STRSAFE_H_INCLUDED_ #ifndef _STRSAFE_H_INCLUDED_
#define STRSAFE_IGNORE_NULLS 0x00000100 #define STRSAFE_IGNORE_NULLS 0x00000100
#define STRSAFE_FILL_BEHIND_NULL 0x00000200 #define STRSAFE_FILL_BEHIND_NULL 0x00000200