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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user