summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-23 19:34:01 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-23 19:34:01 +0100
commit9186a276222ea8a7c88f4092ac5b4201381f4e20 (patch)
treea1c29ae0fae907a1746b99a7bbfcf0ae244cd8c2 /src/structs.h
parent0106e3d0bf8a38351af45331cbf3b9172a6bb90b (diff)
patch 7.4.1404v7.4.1404
Problem: ch_read() doesn't time out on MS-Windows. Solution: Instead of WM_NETBEANS use select(). (Yukihiro Nakadaira)
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/structs.h b/src/structs.h
index 95b33c3a0d..5f70c732b6 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -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 */