mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Add os.read_at and for Windows; fix mem.clone_slice; fix current directory locking code
This commit is contained in:
@@ -56,7 +56,7 @@ WSAECONNRESET: Errno : 10054;
|
||||
// Windows reserves errors >= 1<<29 for application use
|
||||
ERROR_FILE_IS_PIPE: Errno : 1<<29 + 0;
|
||||
ERROR_FILE_IS_NOT_DIR: Errno : 1<<29 + 1;
|
||||
|
||||
ERROR_NEGATIVE_OFFSET: Errno : 1<<29 + 2;
|
||||
|
||||
// "Argv" arguments converted to Odin strings
|
||||
args := _alloc_command_line_arguments();
|
||||
|
||||
Reference in New Issue
Block a user