commit | f12d983deab06b0408781d7a6c2f8970d765b723 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 29 21:11:25 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 29 21:11:25 2016 +0100 |
tree | 50d51bd7d02ffaebeba71a2faecb0380a4a04f84 | |
parent | 83162468b3c8722fffea033d3de144cd4191472a [diff] [blame] |
patch 7.4.1195 Problem: The channel feature does not work in the MS-Windows console. Solution: Add win32 console support. (Yasuhiro Matsumoto)
diff --git a/src/vim.h b/src/vim.h index e7a5f58..b8de4ae 100644 --- a/src/vim.h +++ b/src/vim.h
@@ -530,6 +530,8 @@ # ifdef HAVE_SYS_POLL_H # include <sys/poll.h> # define HAVE_POLL +# elif defined(WIN32) && !defined(FEAT_GUI_W32) +# define HAVE_SELECT # else # ifdef HAVE_POLL_H # include <poll.h>