From: Bram Moolenaar Date: Tue, 12 Jun 2018 19:11:12 +0000 (+0200) Subject: patch 8.1.0051: MS-Windows: missing #endif X-Git-Tag: v8.1.0051 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79c6b51e403d4ea755b6637b01d1426a06ca9f9a;p=thirdparty%2Fvim.git patch 8.1.0051: MS-Windows: missing #endif Problem: MS-Windows: missing #endif. Solution: Add the #endif. --- diff --git a/src/os_win32.c b/src/os_win32.c index f340949aa8..bece2c4c61 100644 --- a/src/os_win32.c +++ b/src/os_win32.c @@ -5322,6 +5322,7 @@ win32_build_env(dict_T *env, garray_T *gap, int is_terminal) # endif } } +# endif } void diff --git a/src/version.c b/src/version.c index 29cb801d3f..5ff56fdb03 100644 --- a/src/version.c +++ b/src/version.c @@ -761,6 +761,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 51, /**/ 50, /**/