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
+1 -1
View File
@@ -5,7 +5,7 @@ import "core:sys/es"
Handle :: distinct int
_Platform_Error :: enum i32 {NONE}
ERROR_NONE :: Errno(es.SUCCESS)
// ERROR_NONE :: Errno(es.SUCCESS)
O_RDONLY :: 0x1
O_WRONLY :: 0x2