changeset 14067:39ec4b90e4a7 v8.1.0051

patch 8.1.0051: MS-Windows: missing #endif commit https://github.com/vim/vim/commit/79c6b51e403d4ea755b6637b01d1426a06ca9f9a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 12 21:11:12 2018 +0200 patch 8.1.0051: MS-Windows: missing #endif Problem: MS-Windows: missing #endif. Solution: Add the #endif.
author Christian Brabandt <cb@256bit.org>
date Tue, 12 Jun 2018 21:15:05 +0200
parents 57925937db41
children 697cd77146aa
files src/os_win32.c src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/os_win32.c
+++ b/src/os_win32.c
@@ -5322,6 +5322,7 @@ win32_build_env(dict_T *env, garray_T *g
 #  endif
 	}
     }
+# endif
 }
 
     void
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    51,
+/**/
     50,
 /**/
     49,