diff options
| author | gingerBill <bill@gingerbill.org> | 2022-05-12 12:54:27 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-05-12 12:54:27 +0100 |
| commit | bb4f1084879975e2f6c76cda325d4d60154fae46 (patch) | |
| tree | 8d17df490d394a36c5b0b8fb157e4b8442dc4aaf /core/sys | |
| parent | ccb38c3dc684ece829c7ca1066867cc5212533c3 (diff) | |
Update error handling for os2 on windows
Diffstat (limited to 'core/sys')
| -rw-r--r-- | core/sys/windows/types.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/sys/windows/types.odin b/core/sys/windows/types.odin index 6770e7a95..4f594e22d 100644 --- a/core/sys/windows/types.odin +++ b/core/sys/windows/types.odin @@ -1140,6 +1140,7 @@ ERROR_BROKEN_PIPE: DWORD : 109 ERROR_CALL_NOT_IMPLEMENTED: DWORD : 120 ERROR_INSUFFICIENT_BUFFER: DWORD : 122 ERROR_INVALID_NAME: DWORD : 123 +ERROR_BAD_ARGUMENTS: DWORD: 160 ERROR_LOCK_FAILED: DWORD : 167 ERROR_ALREADY_EXISTS: DWORD : 183 ERROR_NO_DATA: DWORD : 232 |