commit | 073e779640d089445c7289393db94d1ceb4ddb17 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 10 13:39:08 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 10 13:39:08 2019 +0200 |
tree | db35c275e22da3e10b38d42b29abcf643fbd9783 | |
parent | 1ac41a5c1352306942344777d2ba86dccd84ffad [diff] [blame] |
patch 8.1.2130: MSVC build fails Problem: MSVC build fails. Solution: Add the source file name explicitly.
diff --git a/src/version.c b/src/version.c index f9a3028..a064648 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2130, +/**/ 2129, /**/ 2128,