commit | d7383881c8e9f474a909b54b21abb0aa2b412ba2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 13 15:22:12 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 13 15:22:12 2017 +0200 |
tree | 97a929577ca5edeeb9fd3cd5fa5ba75465312b91 | |
parent | 21b34b63b3f63dd54b338c4433fa7117dad9507b [diff] [blame] |
patch 8.0.0638: cannot build with new MSVC version Problem: Cannot build with new MSVC version VS2017. Solution: Change the compiler arguments. (Leonardo Manera, closes #1731, closes #1747)
diff --git a/src/version.c b/src/version.c index 23653c1..00733b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 638, +/**/ 637, /**/ 636,