Commit ac816c2a authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

krnl386: Mention DOSBox.

parent c9bd269d
......@@ -643,7 +643,8 @@ static DWORD WINAPI MZ_DOSVM( LPVOID lpExtra )
if (GetLastError() == ERROR_NOT_SUPPORTED)
MESSAGE( "wine: Cannot start DOS application %s\n"
" because vm86 mode is not supported on this platform.\n",
" because vm86 mode is not supported on this platform.\n"
" Try running the application with DOSBox.\n",
debugstr_a(env) );
else
FIXME( "vm86 mode failed error %u\n", GetLastError() );
......
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