More clean ups of ERROR_NONE and != nil usage

This commit is contained in:
gingerBill
2024-08-04 11:37:49 +01:00
parent a241168142
commit 28666414bc
15 changed files with 224 additions and 297 deletions
-2
View File
@@ -8,8 +8,6 @@ _Platform_Error :: wasi.errno_t
INVALID_HANDLE :: -1
// ERROR_NONE :: Errno(wasi.errno_t.SUCCESS) // that is a weird error code. Probably better to remap it
O_RDONLY :: 0x00000
O_WRONLY :: 0x00001
O_RDWR :: 0x00002