comparison src/version.c @ 14881:35aff6b8a2c7 v8.1.0452

patch 8.1.0452: MS-Windows: not finding intl.dll commit https://github.com/vim/vim/commit/7554c548a493cba50b2d0ea3521cac14f28a1f07 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 6 15:03:15 2018 +0200 patch 8.1.0452: MS-Windows: not finding intl.dll Problem: MS-Windows: not finding intl.dll. Solution: Also find intl.dll next to libintl.dll. (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Oct 2018 15:15:07 +0200
parents ccedb80725c5
children 1c2ba2b0227e
comparison
equal deleted inserted replaced
14880:1f6468848d09 14881:35aff6b8a2c7
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 452,
795 /**/ 797 /**/
796 451, 798 451,
797 /**/ 799 /**/
798 450, 800 450,
799 /**/ 801 /**/