[NTOS]: Use ARM3 sections for the NLS mapping -- excercises both the system mapping as well as the per-process mapping. WorksForMe(c). Hopefully things will be better than last time now, and their usage can increase.

svn path=/trunk/; revision=56039
This commit is contained in:
Sir Richard 2012-03-05 17:10:51 +00:00
parent 4e9be483ad
commit e4e166e6ae

View file

@ -298,7 +298,7 @@ ExpInitNls(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
NULL,
&SectionSize,
PAGE_READWRITE,
SEC_COMMIT,// | 0x1,
SEC_COMMIT | 0x1,
NULL);
if (!NT_SUCCESS(Status))
{