]> granicus.if.org Git - vim/commitdiff
patch 7.4.867 v7.4.867
authorBram Moolenaar <Bram@vim.org>
Tue, 15 Sep 2015 13:57:29 +0000 (15:57 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 15 Sep 2015 13:57:29 +0000 (15:57 +0200)
Problem:    Can't build on MS-Windows. (Taro Muraoka)
Solution:   Adjust #ifdef.

src/misc2.c
src/version.c

index e6a4e747d92ceacd06e6bbf442644f94bd5c04ef..407d6b5d550f54ec047034d7acd6fdc57d10d6ee 100644 (file)
@@ -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
index e5038260fcb42a9c1e0e24b24cff1555301a0af2..7d61973aa8d49e67c64b38a479618d2366884928 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    867,
 /**/
     866,
 /**/