More win 10 fixes (#67)

This commit is contained in:
Maurice Heumann
2025-01-11 09:12:36 +01:00
committed by GitHub
3 changed files with 13 additions and 6 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();
});
}