1
0
forked from aniani/vim

patch 7.4.1404

Problem:    ch_read() doesn't time out on MS-Windows.
Solution:   Instead of WM_NETBEANS use select(). (Yukihiro Nakadaira)
This commit is contained in:
Bram Moolenaar
2016-02-23 19:34:01 +01:00
parent 0106e3d0bf
commit 9186a27622
7 changed files with 33 additions and 88 deletions

View File

@@ -1336,9 +1336,6 @@ typedef struct {
#ifdef FEAT_GUI_GTK
gint ch_inputHandler; /* Cookie for input */
#endif
#ifdef WIN32
int ch_inputHandler; /* ret.value of WSAAsyncSelect() */
#endif
ch_mode_T ch_mode;
int ch_timeout; /* request timeout in msec */