Implement init_long_path_support

This commit is contained in:
gingerBill
2024-07-23 17:46:22 +01:00
parent 65fec9134e
commit efa8c92bab
3 changed files with 28 additions and 8 deletions
+1 -4
View File
@@ -17,10 +17,7 @@ _error_string :: proc(errno: i32) -> string {
if idx, ok := slice.binary_search(ti.values, err); ok {
return ti.names[idx]
}
// TODO(bill): _error_string for windows
// FormatMessageW
return ""
return "<unknown platform error>"
}
_get_platform_error :: proc() -> Error {