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:
James McCoy
2016-11-16 09:24:10 -05:00
parent 018383096c
commit 953f26bace
9 changed files with 158 additions and 56 deletions

View File

@@ -469,7 +469,7 @@ static const int included_patches[] = {
// 1978,
// 1977,
// 1976,
// 1975,
1975,
// 1974 NA
1973,
// 1972 NA