Always allocate a console
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1212
This commit is contained in:
parent
5183db2202
commit
fcca902bc8
1 changed files with 1 additions and 2 deletions
|
@ -68,8 +68,7 @@ static void ResizeConsole( HANDLE hConsole, SHORT xSize, SHORT ySize ) {
|
|||
|
||||
|
||||
void WIN32_Console() {
|
||||
AllocConsole();
|
||||
ResizeConsole(GetStdHandle(STD_OUTPUT_HANDLE),80,50);
|
||||
|
||||
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue