mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:22:58 +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;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Default to en-US output codepage */
|
||||||
|
SetConsoleOutputCP(437);
|
||||||
|
|
||||||
/* Open the keyboard */
|
/* Open the keyboard */
|
||||||
InitializeObjectAttributes(&ObjectAttributes,
|
InitializeObjectAttributes(&ObjectAttributes,
|
||||||
&KeyboardName,
|
&KeyboardName,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue