diff --git a/core/os/os_osx.odin b/core/os/os_osx.odin index c86875b8f..3a91e21d1 100644 --- a/core/os/os_osx.odin +++ b/core/os/os_osx.odin @@ -12,6 +12,7 @@ Handle :: distinct i32; File_Time :: distinct u64; Errno :: distinct int; +INVALID_HANDLE :: ~Handle(0); O_RDONLY :: 0x00000; O_WRONLY :: 0x00001;