Merge pull request #299 from CaptainKraft/master

Add the missing INVALID_HANDLE so that the demo will build and run on Linux
This commit is contained in:
gingerBill
2018-12-14 14:44:34 +00:00
committed by GitHub

View File

@@ -12,6 +12,7 @@ Handle :: distinct i32;
File_Time :: distinct u64;
Errno :: distinct i32;
INVALID_HANDLE :: ~Handle(0);
O_RDONLY :: 0x00000;
O_WRONLY :: 0x00001;