http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9bd269
)
krnl386: Mention DOSBox.
author
André Hentschel
<nerv@dawncrow.de>
Wed, 10 Nov 2010 19:02:21 +0000
(20:02 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Thu, 11 Nov 2010 15:08:11 +0000
(16:08 +0100)
dlls/krnl386.exe16/dosexe.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/krnl386.exe16/dosexe.c
b/dlls/krnl386.exe16/dosexe.c
index a3b84eab27752f940dd72f57b3d229af736602db..55735f3c1dceb7d494a490fc8f3012827a3e921a 100644
(file)
--- 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() );