mirror of
https://github.com/vim/vim.git
synced 2025-10-09 06:14:17 -04:00
patch 7.4.867
Problem: Can't build on MS-Windows. (Taro Muraoka) Solution: Adjust #ifdef.
This commit is contained in:
@@ -6342,7 +6342,7 @@ parse_queued_messages()
|
|||||||
/* Process the queued netbeans messages. */
|
/* Process the queued netbeans messages. */
|
||||||
netbeans_parse_messages();
|
netbeans_parse_messages();
|
||||||
# endif
|
# endif
|
||||||
# ifdef FEAT_CLIENTSERVER
|
# if defined(FEAT_CLIENTSERVER) && defined(FEAT_X11)
|
||||||
/* Process the queued clientserver messages. */
|
/* Process the queued clientserver messages. */
|
||||||
server_parse_messages();
|
server_parse_messages();
|
||||||
# endif
|
# endif
|
||||||
|
@@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
867,
|
||||||
/**/
|
/**/
|
||||||
866,
|
866,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user