André Hentschel : krnl386: Mention DOSBox.

Alexandre Julliard julliard at winehq.org
Thu Nov 11 12:05:51 CST 2010


Module: wine
Branch: master
Commit: ac816c2a82e44dff205e850743973bf97059bebd
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ac816c2a82e44dff205e850743973bf97059bebd

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Nov 10 20:02:21 2010 +0100

krnl386: Mention DOSBox.

---

 dlls/krnl386.exe16/dosexe.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dlls/krnl386.exe16/dosexe.c b/dlls/krnl386.exe16/dosexe.c
index a3b84ea..55735f3 100644
--- a/dlls/krnl386.exe16/dosexe.c
+++ b/dlls/krnl386.exe16/dosexe.c
@@ -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() );




More information about the wine-cvs mailing list