[NTVDM]: Improve a bit the WOW16 "unsupported" warning message. See CORE-10323

svn path=/trunk/; revision=72571
This commit is contained in:
Hermès Bélusca-Maïto 2016-09-04 11:46:08 +00:00
parent c15ef5b516
commit 6a5543002e

View file

@ -796,7 +796,9 @@ WORD DosCreateProcess(IN LPCSTR ProgramName,
/* Those are handled by NTVDM */ /* Those are handled by NTVDM */
case SCS_WOW_BINARY: case SCS_WOW_BINARY:
{ {
DisplayMessage(L"Trying to load '%S'. WOW16 applications are not supported at the moment.", DisplayMessage(L"Trying to load '%S'.\n"
L"WOW16 applications are not supported internally by NTVDM at the moment.\n"
L"Press 'OK' to continue.",
ProgramName); ProgramName);
// Fall through // Fall through
} }