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)
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 3d53851..1c19cf7 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -180,6 +180,7 @@
test_perl.res \
test_quickfix.res \
test_ruby.res \
+ test_stat.res \
test_syntax.res \
test_usercommands.res \
test_viminfo.res \