diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-06-13 15:22:12 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-06-13 15:22:12 +0200 |
commit | d7383881c8e9f474a909b54b21abb0aa2b412ba2 (patch) | |
tree | 97a929577ca5edeeb9fd3cd5fa5ba75465312b91 /src/version.c | |
parent | 21b34b63b3f63dd54b338c4433fa7117dad9507b (diff) | |
download | vim-d7383881c8e9f474a909b54b21abb0aa2b412ba2.zip |
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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 23653c1df..00733b359 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 638, +/**/ 637, /**/ 636, |