mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 20:23:57 +00:00
Some win10 progress
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user