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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.