commit | 3e9d4d85c4b5602f072be76b51865050d51fb3c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 27 17:08:40 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 27 17:08:40 2019 +0100 |
tree | d6c2ef95fbf29e8e3dfdbf5aa969f9c96d74463f | |
parent | e40b9d47bf8f8f716d3ef5a95c8ecbbdc0a501f9 [diff] [blame] |
patch 8.1.0835: GUI build fails on MS-Windows Problem: GUI build fails on MS-Windows. Solution: Adjust #ifdef.
diff --git a/src/ui.c b/src/ui.c index 0d08c5d..d4278a3 100644 --- a/src/ui.c +++ b/src/ui.c
@@ -399,7 +399,7 @@ #endif if ((resize_func != NULL && resize_func(TRUE)) -#ifdef FEAT_CLIENTSERVER +#if defined(FEAT_CLIENTSERVER) && defined(UNIX) || server_waiting() #endif #ifdef MESSAGE_QUEUE