krnl386: Mention DOSBox.
authorAndré Hentschel <nerv@dawncrow.de>
Wed, 10 Nov 2010 19:02:21 +0000 (20:02 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 11 Nov 2010 15:08:11 +0000 (16:08 +0100)
dlls/krnl386.exe16/dosexe.c

index a3b84eab27752f940dd72f57b3d229af736602db..55735f3c1dceb7d494a490fc8f3012827a3e921a 100644 (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() );