mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Literally just a commit to revert a previous one.
This commit is contained in:
@@ -10,7 +10,6 @@ AddressSize :: i64;
|
|||||||
|
|
||||||
// INVALID_HANDLE: Handle : -1;
|
// INVALID_HANDLE: Handle : -1;
|
||||||
|
|
||||||
|
|
||||||
O_RDONLY :: 0x00000;
|
O_RDONLY :: 0x00000;
|
||||||
O_WRONLY :: 0x00001;
|
O_WRONLY :: 0x00001;
|
||||||
O_RDWR :: 0x00002;
|
O_RDWR :: 0x00002;
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ AddressSize :: i64;
|
|||||||
|
|
||||||
// INVALID_HANDLE: Handle : -1;
|
// INVALID_HANDLE: Handle : -1;
|
||||||
|
|
||||||
|
|
||||||
O_RDONLY :: 0x00000;
|
O_RDONLY :: 0x00000;
|
||||||
O_WRONLY :: 0x00001;
|
O_WRONLY :: 0x00001;
|
||||||
O_RDWR :: 0x00002;
|
O_RDWR :: 0x00002;
|
||||||
|
|||||||
Reference in New Issue
Block a user