0
0
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:
Bram Moolenaar
2015-09-15 15:57:29 +02:00
parent 93c88e0f6a
commit 9534680731
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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,
/**/ /**/