diff src/gui_w32.c @ 9017:7b1200ea03a1 v7.4.1794

commit https://github.com/vim/vim/commit/c285fe7c3ffdb3ec4eff20a1d1d5accfc80f1a86 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 26 21:51:48 2016 +0200 patch 7.4.1794 Problem: Can't build on MS-Windows. Solution: Add missing declaration.
author Christian Brabandt <cb@256bit.org>
date Tue, 26 Apr 2016 22:00:06 +0200
parents 22c29a515b53
children 5e18efdad322
line wrap: on
line diff
--- a/src/gui_w32.c
+++ b/src/gui_w32.c
@@ -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.
  */