Fix ltsc2019 execution

This commit is contained in:
momo5502
2025-01-11 08:58:08 +01:00
parent fc9e1f8f0f
commit f2ab2a48df
2 changed files with 9 additions and 2 deletions

View File

@@ -265,8 +265,8 @@ namespace
peb.OSMajorVersion = 0x0000000a;
peb.OSBuildNumber = 0x00006c51;
peb.AnsiCodePageData = allocator.reserve<CPTABLEINFO>().value();
peb.OemCodePageData = allocator.reserve<CPTABLEINFO>().value();
// peb.AnsiCodePageData = allocator.reserve<CPTABLEINFO>().value();
// peb.OemCodePageData = allocator.reserve<CPTABLEINFO>().value();
peb.UnicodeCaseTableData = allocator.reserve<NLSTABLEINFO>().value();
});
}