mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[NTVDM]: Improve a bit the WOW16 "unsupported" warning message. See CORE-10323
svn path=/trunk/; revision=72571
This commit is contained in:
parent
c15ef5b516
commit
6a5543002e
1 changed files with 3 additions and 1 deletions
|
@ -796,7 +796,9 @@ WORD DosCreateProcess(IN LPCSTR ProgramName,
|
|||
/* Those are handled by NTVDM */
|
||||
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);
|
||||
// Fall through
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue