Patch 7.4.1184 (after 7.4.1182)
Problem: MS-Windows build is still broken.
Solution: Change nbsock to ch_fd.
Files: src/channel.c
*** ../vim-7.4.1183/src/channel.c 2016-01-26 23:39:51.196625073 +0100
--- src/channel.c 2016-01-26 23:47:31.687791617 +0100
***************
*** 253,259 ****
# ifdef FEAT_GUI_W32
if (channel->ch_inputHandler == 0)
{
! WSAAsyncSelect(nbsock, s_hwnd, 0, 0);
channel->ch_inputHandler = -1;
}
# endif
--- 253,259 ----
# ifdef FEAT_GUI_W32
if (channel->ch_inputHandler == 0)
{
! WSAAsyncSelect(channel->ch_fd, s_hwnd, 0, 0);
channel->ch_inputHandler = -1;
}
# endif
*** ../vim-7.4.1183/src/version.c 2016-01-26 23:39:51.196625073 +0100
--- src/version.c 2016-01-26 23:48:01.927470305 +0100
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 1184,
/**/
--
hundred-and-one symptoms of being an internet addict:
48. You get a tatoo that says "This body best viewed with Netscape 3.1 or
higher."
/// 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.