commit | 7554c548a493cba50b2d0ea3521cac14f28a1f07 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 06 15:03:15 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 06 15:03:15 2018 +0200 |
tree | 3bf0bd92e3572fda2ea0261bd4e0bf92a4425706 | |
parent | 2bc152ab53c4b01072edf6ec2ff61e504cb03cbe [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index a225cb9..b50ce81 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 452, +/**/ 451, /**/ 450,