Update common/console.cpp
This commit is contained in:
parent
18f8352586
commit
b041ef4907
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ namespace console {
|
|||
simple_io = true;
|
||||
}
|
||||
}
|
||||
if(simple_io){
|
||||
if (simple_io) {
|
||||
_setmode(_fileno(stdin), _O_U8TEXT);
|
||||
}
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue