ntdll: Use STATUS_NOT_SUPPORTED for internal machine mismatch errors.
commitaf01944a8ce742fb0a1696ea51d91d8ec3da6607
authorAlexandre Julliard <julliard@winehq.org>
Tue, 23 May 2023 09:13:05 +0000 (23 11:13 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 23 May 2023 09:13:25 +0000 (23 11:13 +0200)
treec8cc0bc23c3f85ea628a0d900bae609eb3ee7007
parent685f1b6b055f5a86aca9588f4f5aa95a36602ed5
ntdll: Use STATUS_NOT_SUPPORTED for internal machine mismatch errors.

It corresponds to what NtMapViewOfSectionEx() returns with an
explicitly specified machine.
dlls/ntdll/loader.c
dlls/ntdll/unix/loader.c
dlls/ntdll/unix/virtual.c