mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
Implement init_long_path_support
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user