Skip to content

Commit 79c6b51

Browse files
committed
patch 8.1.0051: MS-Windows: missing #endif
Problem: MS-Windows: missing #endif. Solution: Add the #endif.
1 parent 493359e commit 79c6b51

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/os_win32.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5322,6 +5322,7 @@ win32_build_env(dict_T *env, garray_T *gap, int is_terminal)
53225322
# endif
53235323
}
53245324
}
5325+
# endif
53255326
}
53265327

53275328
void

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,8 @@ static char *(features[]) =
761761

762762
static int included_patches[] =
763763
{ /* Add new patch number below this line */
764+
/**/
765+
51,
764766
/**/
765767
50,
766768
/**/

0 commit comments

Comments
 (0)