0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

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
} }
} }
# endif
} }
void void

View File

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