0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.0835: GUI build fails on MS-Windows

Problem:    GUI build fails on MS-Windows.
Solution:   Adjust #ifdef.
This commit is contained in:
Bram Moolenaar
2019-01-27 17:08:40 +01:00
parent e40b9d47bf
commit 3e9d4d85c4
2 changed files with 3 additions and 1 deletions

View File

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