krnl386: Mention DOSBox.

This commit is contained in:
André Hentschel 2010-11-10 20:02:21 +01:00 committed by Alexandre Julliard
parent c9bd269db1
commit ac816c2a82
1 changed files with 2 additions and 1 deletions

View File

@ -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() );