]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 7.4.1794 v7.4.1794
authorBram Moolenaar <Bram@vim.org>
Tue, 26 Apr 2016 19:51:48 +0000 (21:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Apr 2016 19:51:48 +0000 (21:51 +0200)
Problem:    Can't build on MS-Windows.
Solution:   Add missing declaration.

src/gui_w32.c
src/version.c

index 82cad1cf3ceac035878a881164ec89883689b20f..10c14c9d9c9cc1b93158e575b0facba664ad5ae8 100644 (file)
@@ -1562,6 +1562,7 @@ gui_mch_free_font(GuiFont font)
     guicolor_T
 gui_mch_get_color(char_u *name)
 {
+    int i;
 
     typedef struct SysColorTable
     {
@@ -1617,6 +1618,7 @@ gui_mch_get_color(char_u *name)
 
     return gui_get_color_cmn(name);
 }
+
 /*
  * Return OK if the key with the termcap name "name" is supported.
  */
index 56af2f068f05391c55bf162b748cf3efc183ac83..97ec40bc252c14a5e0500d2b922877152d6c63f3 100644 (file)
@@ -753,6 +753,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1794,
 /**/
     1793,
 /**/