mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
krnl386: Create a new console for DOS binaries.
This commit is contained in:
parent
44e69805e9
commit
3d8d9f2e51
1 changed files with 2 additions and 0 deletions
|
@ -433,6 +433,8 @@ void __wine_load_dos_exe( LPCSTR filename, LPCSTR cmdline )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
AllocConsole();
|
||||||
|
|
||||||
if (MZ_DoLoadImage( hFile, filename, NULL, 0 ))
|
if (MZ_DoLoadImage( hFile, filename, NULL, 0 ))
|
||||||
{
|
{
|
||||||
DWORD err = MZ_Launch( dos_cmdtail, dos_length );
|
DWORD err = MZ_Launch( dos_cmdtail, dos_length );
|
||||||
|
|
Loading…
Reference in a new issue