commit | 510d8e6056d89d903511c4498afec23f76b4f2a4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 24 19:55:46 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 24 19:55:46 2021 +0000 |
tree | 2b84351a7d94d496072c2fed84f49ce1f9b52f7c | |
parent | 7da341560ec8db7e81cd80092b046b60a482fbbe [diff] [blame] |
patch 8.2.3667: building libvterm fails with MSVC Problem: Building libvterm fails with MSVC. Solution: Don't use C99 construct.
diff --git a/src/version.c b/src/version.c index 527691c..42cfafa 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3667, +/**/ 3666, /**/ 3665,