Some win10 progress

This commit is contained in:
momo5502
2025-01-10 12:31:36 +01:00
parent 1eb90e26be
commit d57678dbea
2 changed files with 33 additions and 3 deletions

View File

@@ -266,6 +266,10 @@ namespace
peb.OSPlatformId = 2;
peb.OSMajorVersion = 0x0000000a;
peb.OSBuildNumber = 0x00006c51;
peb.AnsiCodePageData = allocator.reserve<CPTABLEINFO>().value();
peb.OemCodePageData = allocator.reserve<CPTABLEINFO>().value();
peb.UnicodeCaseTableData = allocator.reserve<NLSTABLEINFO>().value();
});
}