krnl386.exe: Mention dosemu

André Hentschel nerv at dawncrow.de
Tue Nov 9 17:20:16 CST 2010


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

diff --git a/dlls/krnl386.exe16/dosexe.c b/dlls/krnl386.exe16/dosexe.c
index a3b84ea..7102537 100644
--- a/dlls/krnl386.exe16/dosexe.c
+++ b/dlls/krnl386.exe16/dosexe.c
@@ -643,7 +643,7 @@ 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, try dosemu.\n",
                    debugstr_a(env) );
       else
           FIXME( "vm86 mode failed error %u\n", GetLastError() );
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list