Commit 3d8d9f2e authored by Alexandre Julliard's avatar Alexandre Julliard

krnl386: Create a new console for DOS binaries.

parent 44e69805
...@@ -433,6 +433,8 @@ void __wine_load_dos_exe( LPCSTR filename, LPCSTR cmdline ) ...@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment