Skip to content
Snippets Groups Projects
user avatar
Bram Moolenaar authored
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)
8767f52f
Name Last commit Last update