diff options
| author | FourteenBrush <74827262+FourteenBrush@users.noreply.github.com> | 2025-09-09 14:11:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-09 14:11:38 +0200 |
| commit | fb1dd3052d92a8e8b8de6aca9c74c482cfac30bf (patch) | |
| tree | 4d89fdfb642c4100a51f42d8fb9d711f3ebeb13e /core/sys/windows | |
| parent | 64e96527765281c80b0e93b052148f62eaa01bda (diff) | |
Add `RtlNtStatusToDosError` `ERROR_MR_MID_NOT_FOUND` error
Diffstat (limited to 'core/sys/windows')
| -rw-r--r-- | core/sys/windows/winerror.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/sys/windows/winerror.odin b/core/sys/windows/winerror.odin index fee04fdc4..23467761d 100644 --- a/core/sys/windows/winerror.odin +++ b/core/sys/windows/winerror.odin @@ -222,6 +222,7 @@ ERROR_LOCK_FAILED : DWORD : 167 ERROR_ALREADY_EXISTS : DWORD : 183 ERROR_NO_DATA : DWORD : 232 ERROR_ENVVAR_NOT_FOUND : DWORD : 203 +ERROR_MR_MID_NOT_FOUND : DWORD : 317 ERROR_OPERATION_ABORTED : DWORD : 995 ERROR_IO_PENDING : DWORD : 997 ERROR_NO_UNICODE_TRANSLATION : DWORD : 1113 |