mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 06:44:37 +08:00
[RTL] Fix an NTSTATUS to dos error translation
Fixes remaining test failure in ntdll_winetest error
This commit is contained in:
@@ -490,7 +490,7 @@ static const DWORD table_c0000001[411] =
|
||||
ERROR_INVALID_PARAMETER, /* c000001a (STATUS_UNABLE_TO_FREE_VM) */
|
||||
ERROR_INVALID_PARAMETER, /* c000001b (STATUS_UNABLE_TO_DELETE_SECTION) */
|
||||
ERROR_INVALID_FUNCTION, /* c000001c (STATUS_INVALID_SYSTEM_SERVICE) */
|
||||
ERROR_INVALID_FUNCTION, /* c000001d (STATUS_ILLEGAL_INSTRUCTION) */
|
||||
STATUS_ILLEGAL_INSTRUCTION, /* c000001d (STATUS_ILLEGAL_INSTRUCTION) */
|
||||
ERROR_ACCESS_DENIED, /* c000001e (STATUS_INVALID_LOCK_SEQUENCE) */
|
||||
ERROR_ACCESS_DENIED, /* c000001f (STATUS_INVALID_VIEW_SIZE) */
|
||||
ERROR_BAD_EXE_FORMAT, /* c0000020 (STATUS_INVALID_FILE_FOR_SECTION) */
|
||||
|
||||
Reference in New Issue
Block a user