OcXmlLib: Increase reference limits for 10,6 kernelcache compatibility

This commit is contained in:
vit9696 2019-12-01 00:26:40 +03:00
parent d34c3498b6
commit 7eb9bb22c0

View File

@ -65,7 +65,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
// XML_PARSER_MAX_REFERENCE_COUNT*2 is required to fit into INT32.
//
#ifndef XML_PARSER_MAX_REFERENCE_COUNT
#define XML_PARSER_MAX_REFERENCE_COUNT (8192ULL)
#define XML_PARSER_MAX_REFERENCE_COUNT (32ULL*1024)
#endif
//