1
0
forked from aniani/vim

patch 8.2.3667: building libvterm fails with MSVC

Problem:    Building libvterm fails with MSVC.
Solution:   Don't use C99 construct.
This commit is contained in:
Bram Moolenaar
2021-11-24 19:55:46 +00:00
parent 7da341560e
commit 510d8e6056
2 changed files with 10 additions and 6 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3667,
/**/
3666,
/**/