0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 7.4.1706

Problem:    Old style function declaration breaks build.
Solution:   Remove __ARGS().
This commit is contained in:
Bram Moolenaar
2016-04-03 22:22:30 +02:00
parent 7c1c6dbb68
commit e185c1efba
2 changed files with 3 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ void serverForeground(char_u *name);
char_u *serverGetReply(HWND server, int *expr_res, int remove, int wait);
void serverProcessPendingMessages(void);
char *charset_id2name(int id);
char *quality_id2name __ARGS((DWORD id));
char *quality_id2name(DWORD id);
int get_logfont(LOGFONT *lf, char_u *name, HDC printer_dc, int verbose);
void channel_init_winsock(void);
/* vim: set ft=c : */

View File

@@ -748,6 +748,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1706,
/**/
1705,
/**/