commit | c753478b82613df37b145764e27f5514542edb97 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 05 12:10:50 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 05 12:10:50 2020 +0200 |
tree | 4740f4bdb60fdec6c2f01039d354c2004cacc27f | |
parent | 14ddd226daa324831e1872c352452f202fd6068c [diff] [blame] |
patch 8.2.1370: MS-Windows: warning for using fstat() with stat_T Problem: MS-Windows: warning for using fstat() with stat_T. Solution: use _fstat64() if available. (Naruhiko Nishino, closes #6625)
diff --git a/src/version.c b/src/version.c index a0f4593..5246d84 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1370, +/**/ 1369, /**/ 1368,