Author: tfaber Date: Mon May 11 14:09:02 2015 New Revision: 67664
URL: http://svn.reactos.org/svn/reactos?rev=67664&view=rev Log: [DDK] - Add NTSTRSAFE_UNICODE_STRING_MAX_CCH
Modified: trunk/reactos/include/ddk/ntstrsafe.h
Modified: trunk/reactos/include/ddk/ntstrsafe.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/ntstrsafe.h?rev... ============================================================================== --- trunk/reactos/include/ddk/ntstrsafe.h [iso-8859-1] (original) +++ trunk/reactos/include/ddk/ntstrsafe.h [iso-8859-1] Mon May 11 14:09:02 2015 @@ -34,6 +34,10 @@
#ifndef NTSTRSAFE_MAX_CCH #define NTSTRSAFE_MAX_CCH 2147483647 +#endif + +#ifndef NTSTRSAFE_UNICODE_STRING_MAX_CCH +#define NTSTRSAFE_UNICODE_STRING_MAX_CCH 32767 #endif
#ifndef _STRSAFE_H_INCLUDED_