mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[USETUP] Default to en-US output codepage when initializing the console. Addendum to commit 9f201d462
.
Reported by julenuri.
This commit is contained in:
parent
4bec8ff63e
commit
c660590567
1 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,9 @@ AllocConsole(VOID)
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
/* Default to en-US output codepage */
|
||||
SetConsoleOutputCP(437);
|
||||
|
||||
/* Open the keyboard */
|
||||
InitializeObjectAttributes(&ObjectAttributes,
|
||||
&KeyboardName,
|
||||
|
|
Loading…
Reference in a new issue