mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[USETUP] Default to en-US output codepage when initializing the console. Addendum to commit 9f201d462.
Reported by julenuri.
This commit is contained in:
@@ -113,6 +113,9 @@ AllocConsole(VOID)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/* Default to en-US output codepage */
|
||||
SetConsoleOutputCP(437);
|
||||
|
||||
/* Open the keyboard */
|
||||
InitializeObjectAttributes(&ObjectAttributes,
|
||||
&KeyboardName,
|
||||
|
||||
Reference in New Issue
Block a user