comparison src/version.c @ 21640:e7801d132dcb v8.2.1370

patch 8.2.1370: MS-Windows: warning for using fstat() with stat_T Commit: https://github.com/vim/vim/commit/c753478b82613df37b145764e27f5514542edb97 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 5 12:10:50 2020 +0200 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 https://github.com/vim/vim/issues/6625)
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Aug 2020 12:15:04 +0200
parents 5dcdb970111b
children 5ae89c8633ae
comparison
equal deleted inserted replaced
21639:651e12be4670 21640:e7801d132dcb
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1370,
757 /**/ 759 /**/
758 1369, 760 1369,
759 /**/ 761 /**/
760 1368, 762 1368,
761 /**/ 763 /**/