1
0
Fork 0

Always allocate a console

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1212
This commit is contained in:
Sjoerd van der Berg 2003-09-01 08:08:22 +00:00
parent 5183db2202
commit fcca902bc8

View file

@ -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