]> granicus.if.org Git - vim/commitdiff
patch 8.1.0835: GUI build fails on MS-Windows v8.1.0835
authorBram Moolenaar <Bram@vim.org>
Sun, 27 Jan 2019 16:08:40 +0000 (17:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 27 Jan 2019 16:08:40 +0000 (17:08 +0100)
Problem:    GUI build fails on MS-Windows.
Solution:   Adjust #ifdef.

src/ui.c
src/version.c

index 0d08c5d0537525410628d2dd6078a6d29136e66e..d4278a39f8b56cd5441145a3f121f31fead6841e 100644 (file)
--- a/src/ui.c
+++ b/src/ui.c
@@ -399,7 +399,7 @@ inchar_loop(
 #endif
 
        if ((resize_func != NULL && resize_func(TRUE))
-#ifdef FEAT_CLIENTSERVER
+#if defined(FEAT_CLIENTSERVER) && defined(UNIX)
                || server_waiting()
 #endif
 #ifdef MESSAGE_QUEUE
index 0a6dce29f956dec81a03b35a96b227969f2227fe..31bf37893bc014673f6a2b78528582eae60bb7af 100644 (file)
@@ -783,6 +783,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    835,
 /**/
     834,
 /**/