commit | 168dd00f72515750505458018767f2ae0bcdb54e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 13:02:47 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 13:02:47 2017 +0100 |
tree | 4b6fbe670c65ca531cc0577a2e6ffda07fcdd4e2 | |
parent | f1ab9c137060a4d3aa1e69bcbbed02342cd746a3 [diff] [blame] |
patch 8.0.0279: MSVC 2015 uses a different dll name Problem: With MSVC 2015 the dll name is vcruntime140.dll. Solution: Check the MSVC version and use the right dll name. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 944dfc9..82ee6d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 279, +/**/ 278, /**/ 277,