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 -1
View File
@@ -231,7 +231,7 @@ _read :: proc(f: ^File_Impl, p: []byte) -> (n: i64, err: Error) {
return 0, nil
}
// TODO(bill): should this be moved to `_File` instead?
// TODO(bill): should this be moved to `File_Impl` instead?
BUF_SIZE :: 386
buf16: [BUF_SIZE]u16
buf8: [4*BUF_SIZE]u8