mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 15:53:49 +00:00
- Map STATUS_NOT_FOUND to ERROR_NOT_FOUND
svn path=/trunk/; revision=43351
This commit is contained in:
parent
85a6f2a081
commit
2be81fb4fb
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ static const WORD table_c0000202[109] =
|
|||
ERROR_MR_MID_NOT_FOUND, /* c0000222 */
|
||||
ERROR_MR_MID_NOT_FOUND, /* c0000223 */
|
||||
ERROR_PASSWORD_MUST_CHANGE, /* c0000224 (STATUS_PASSWORD_MUST_CHANGE) */
|
||||
ERROR_MR_MID_NOT_FOUND, /* c0000225 */
|
||||
ERROR_NOT_FOUND, /* c0000225 (STATUS_NOT_FOUND)*/
|
||||
ERROR_MR_MID_NOT_FOUND, /* c0000226 */
|
||||
ERROR_MR_MID_NOT_FOUND, /* c0000227 */
|
||||
ERROR_MR_MID_NOT_FOUND, /* c0000228 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue