1
0
forked from aniani/vim

patch 8.1.0051: MS-Windows: missing #endif

Problem:    MS-Windows: missing #endif.
Solution:   Add the #endif.
This commit is contained in:
Bram Moolenaar 2018-06-12 21:11:12 +02:00
parent 493359eb3b
commit 79c6b51e40
2 changed files with 3 additions and 0 deletions

View File

@ -5322,6 +5322,7 @@ win32_build_env(dict_T *env, garray_T *gap, int is_terminal)
# endif
}
}
# endif
}
void

View File

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