mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 05:08:14 +00:00
Fix broken cases of Seek usage in _file_stream_proc
Handles `EINVAL`, among other fixes.
This commit is contained in:
@@ -213,6 +213,7 @@ ERROR_BROKEN_PIPE : DWORD : 109
|
||||
ERROR_CALL_NOT_IMPLEMENTED : DWORD : 120
|
||||
ERROR_INSUFFICIENT_BUFFER : DWORD : 122
|
||||
ERROR_INVALID_NAME : DWORD : 123
|
||||
ERROR_NEGATIVE_SEEK : DWORD : 131
|
||||
ERROR_BAD_ARGUMENTS : DWORD : 160
|
||||
ERROR_LOCK_FAILED : DWORD : 167
|
||||
ERROR_ALREADY_EXISTS : DWORD : 183
|
||||
|
||||
Reference in New Issue
Block a user