0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -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 #endif
if ((resize_func != NULL && resize_func(TRUE)) if ((resize_func != NULL && resize_func(TRUE))
#ifdef FEAT_CLIENTSERVER #if defined(FEAT_CLIENTSERVER) && defined(UNIX)
|| server_waiting() || server_waiting()
#endif #endif
#ifdef MESSAGE_QUEUE #ifdef MESSAGE_QUEUE

View File

@@ -783,6 +783,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 */
/**/
835,
/**/ /**/
834, 834,
/**/ /**/