mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 17:03:37 +00:00
[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:
parent
4e9be483ad
commit
e4e166e6ae
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue