Improve _error_string for Linux

This commit is contained in:
gingerBill
2024-08-04 13:25:35 +01:00
parent 0c5b645dde
commit 3d992e2704
3 changed files with 167 additions and 24 deletions
-1
View File
@@ -35,7 +35,6 @@ ERROR_INVALID_HANDLE :: _Platform_Error(6)
ERROR_NOT_ENOUGH_MEMORY :: _Platform_Error(8)
ERROR_NO_MORE_FILES :: _Platform_Error(18)
ERROR_HANDLE_EOF :: _Platform_Error(38)
ERROR_EOF :: General_Error.EOF
ERROR_NETNAME_DELETED :: _Platform_Error(64)
ERROR_FILE_EXISTS :: _Platform_Error(80)
ERROR_INVALID_PARAMETER :: _Platform_Error(87)