Patch 8.1.0835
Problem: GUI build fails on MS-Windows.
Solution: Adjust #ifdef.
Files: src/ui.c
*** ../vim-8.1.0834/src/ui.c 2019-01-27 16:55:44.276707556 +0100
--- src/ui.c 2019-01-27 17:07:12.823962857 +0100
***************
*** 399,405 ****
#endif
if ((resize_func != NULL && resize_func(TRUE))
! #ifdef FEAT_CLIENTSERVER
|| server_waiting()
#endif
#ifdef MESSAGE_QUEUE
--- 399,405 ----
#endif
if ((resize_func != NULL && resize_func(TRUE))
! #if defined(FEAT_CLIENTSERVER) && defined(UNIX)
|| server_waiting()
#endif
#ifdef MESSAGE_QUEUE
*** ../vim-8.1.0834/src/version.c 2019-01-27 16:55:44.280707527 +0100
--- src/version.c 2019-01-27 17:08:24.379511035 +0100
***************
*** 785,786 ****
--- 785,788 ----
{ /* Add new patch number below this line */
+ /**/
+ 835,
/**/
--
CUSTOMER: Well, can you hang around a couple of minutes? He won't be
long.
MORTICIAN: Naaah, I got to go on to Robinson's -- they've lost nine today.
CUSTOMER: Well, when is your next round?
MORTICIAN: Thursday.
DEAD PERSON: I think I'll go for a walk.
The Quest for the Holy Grail (Monty Python)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.