summaryrefslogtreecommitdiffstats
path: root/src/proto/os_mswin.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-29 21:11:25 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-29 21:11:25 +0100
commitf12d983deab06b0408781d7a6c2f8970d765b723 (patch)
tree50d51bd7d02ffaebeba71a2faecb0380a4a04f84 /src/proto/os_mswin.pro
parent83162468b3c8722fffea033d3de144cd4191472a (diff)
patch 7.4.1195v7.4.1195
Problem: The channel feature does not work in the MS-Windows console. Solution: Add win32 console support. (Yasuhiro Matsumoto)
Diffstat (limited to 'src/proto/os_mswin.pro')
-rw-r--r--src/proto/os_mswin.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/os_mswin.pro b/src/proto/os_mswin.pro
index ed2176eeec..333ba76c53 100644
--- a/src/proto/os_mswin.pro
+++ b/src/proto/os_mswin.pro
@@ -50,4 +50,5 @@ char_u *serverGetReply(HWND server, int *expr_res, int remove, int wait);
void serverProcessPendingMessages(void);
char *charset_id2name(int id);
int get_logfont(LOGFONT *lf, char_u *name, HDC printer_dc, int verbose);
+void channel_init_winsock(void);
/* vim: set ft=c : */