To: vim_dev@googlegroups.com Subject: Patch 7.4.1794 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1794 (after 7.4.1792) Problem: Can't build on MS-Windows. Solution: Add missing declaration. Files: src/gui_w32.c *** ../vim-7.4.1793/src/gui_w32.c 2016-04-26 20:59:24.732486464 +0200 --- src/gui_w32.c 2016-04-26 21:48:19.568452175 +0200 *************** *** 1562,1567 **** --- 1562,1568 ---- guicolor_T gui_mch_get_color(char_u *name) { + int i; typedef struct SysColorTable { *************** *** 1617,1622 **** --- 1618,1624 ---- return gui_get_color_cmn(name); } + /* * Return OK if the key with the termcap name "name" is supported. */ *** ../vim-7.4.1793/src/version.c 2016-04-26 21:39:08.227018806 +0200 --- src/version.c 2016-04-26 21:49:43.471453691 +0200 *************** *** 755,756 **** --- 755,758 ---- { /* Add new patch number below this line */ + /**/ + 1794, /**/ -- If "R" is Reverse, how come "D" is FORWARD? /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///