[DDK]
authorThomas Faber <thomas.faber@reactos.org>
Mon, 11 May 2015 14:09:02 +0000 (14:09 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Mon, 11 May 2015 14:09:02 +0000 (14:09 +0000)
- Add NTSTRSAFE_UNICODE_STRING_MAX_CCH

svn path=/trunk/; revision=67664

reactos/include/ddk/ntstrsafe.h

index dd1d704..502096b 100644 (file)
 #define NTSTRSAFE_MAX_CCH 2147483647
 #endif
 
+#ifndef NTSTRSAFE_UNICODE_STRING_MAX_CCH
+#define NTSTRSAFE_UNICODE_STRING_MAX_CCH 32767
+#endif
+
 #ifndef _STRSAFE_H_INCLUDED_
 #define STRSAFE_IGNORE_NULLS 0x00000100
 #define STRSAFE_FILL_BEHIND_NULL 0x00000200