mirror of
https://github.com/vim/vim.git
synced 2025-10-08 06:04:08 -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. */
|
||||
netbeans_parse_messages();
|
||||
# endif
|
||||
# ifdef FEAT_CLIENTSERVER
|
||||
# if defined(FEAT_CLIENTSERVER) && defined(FEAT_X11)
|
||||
/* Process the queued clientserver messages. */
|
||||
server_parse_messages();
|
||||
# endif
|
||||
|
@@ -741,6 +741,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
867,
|
||||
/**/
|
||||
866,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user