mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
vim-patch:7.4.1975
Problem: On MS-Windows large files (> 2Gbyte) cause problems.
Solution: Use "off_T" instead of "off_t". Use "stat_T" instead of "struct
stat". Use 64 bit system functions if available. (Ken Takata)
8767f52fbf
Only the off_T changes are relevant, since all the "struct stat" usage
is abstracted by libuv.
This commit is contained in:
@@ -469,7 +469,7 @@ static const int included_patches[] = {
|
||||
// 1978,
|
||||
// 1977,
|
||||
// 1976,
|
||||
// 1975,
|
||||
1975,
|
||||
// 1974 NA
|
||||
1973,
|
||||
// 1972 NA
|
||||
|
Reference in New Issue
Block a user