Add the missing INVALID_HANDLE so that the demo will build and run on Linux.

This commit is contained in:
CaptainKraft
2018-12-09 20:52:03 -06:00
parent 1a6b7f9945
commit cfcb0514bf

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;