comparison src/proto/os_mswin.pro @ 7797:0d46cea25641 v7.4.1195

commit https://github.com/vim/vim/commit/f12d983deab06b0408781d7a6c2f8970d765b723 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 29 21:11:25 2016 +0100 patch 7.4.1195 Problem: The channel feature does not work in the MS-Windows console. Solution: Add win32 console support. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Fri, 29 Jan 2016 21:15:05 +0100
parents 21b0a39d13ed
children c1a5623cfc86
comparison
equal deleted inserted replaced
7796:acda999cbbb3 7797:0d46cea25641
48 void serverForeground(char_u *name); 48 void serverForeground(char_u *name);
49 char_u *serverGetReply(HWND server, int *expr_res, int remove, int wait); 49 char_u *serverGetReply(HWND server, int *expr_res, int remove, int wait);
50 void serverProcessPendingMessages(void); 50 void serverProcessPendingMessages(void);
51 char *charset_id2name(int id); 51 char *charset_id2name(int id);
52 int get_logfont(LOGFONT *lf, char_u *name, HDC printer_dc, int verbose); 52 int get_logfont(LOGFONT *lf, char_u *name, HDC printer_dc, int verbose);
53 void channel_init_winsock(void);
53 /* vim: set ft=c : */ 54 /* vim: set ft=c : */