]> granicus.if.org Git - vim/commitdiff
patch 8.1.0051: MS-Windows: missing #endif v8.1.0051
authorBram Moolenaar <Bram@vim.org>
Tue, 12 Jun 2018 19:11:12 +0000 (21:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 12 Jun 2018 19:11:12 +0000 (21:11 +0200)
Problem:    MS-Windows: missing #endif.
Solution:   Add the #endif.

src/os_win32.c
src/version.c

index f340949aa8f202fa8ae5fe80ce0dd8248a97ec49..bece2c4c61fc98503976a83d152289d0db13fe51 100644 (file)
@@ -5322,6 +5322,7 @@ win32_build_env(dict_T *env, garray_T *gap, int is_terminal)
 #  endif
        }
     }
+# endif
 }
 
     void
index 29cb801d3f6131e1454de5dc3d10244341fae809..5ff56fdb034ef6740d77799578c60f6ef0074f10 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    51,
 /**/
     50,
 /**/