From f12d983deab06b0408781d7a6c2f8970d765b723 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 29 Jan 2016 21:11:25 +0100 Subject: patch 7.4.1195 Problem: The channel feature does not work in the MS-Windows console. Solution: Add win32 console support. (Yasuhiro Matsumoto) --- src/proto/os_mswin.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/proto/os_mswin.pro') 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 : */ -- cgit v1.2.3