mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -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:
2
src/ui.c
2
src/ui.c
@@ -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
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user