mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-24 06:01:02 +00:00
Fix ltsc2019 execution
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user