Skip to content

Commit c285fe7

Browse files
committed
patch 7.4.1794
Problem: Can't build on MS-Windows. Solution: Add missing declaration.
1 parent e8aee7d commit c285fe7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/gui_w32.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1562,6 +1562,7 @@ gui_mch_free_font(GuiFont font)
15621562
guicolor_T
15631563
gui_mch_get_color(char_u *name)
15641564
{
1565+
int i;
15651566

15661567
typedef struct SysColorTable
15671568
{
@@ -1617,6 +1618,7 @@ gui_mch_get_color(char_u *name)
16171618

16181619
return gui_get_color_cmn(name);
16191620
}
1621+
16201622
/*
16211623
* Return OK if the key with the termcap name "name" is supported.
16221624
*/

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,8 @@ static char *(features[]) =
753753

754754
static int included_patches[] =
755755
{ /* Add new patch number below this line */
756+
/**/
757+
1794,
756758
/**/
757759
1793,
758760
/**/

0 commit comments

Comments
 (0)