comparison src/proto/gui_w32.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 34bfc3456830
children bb86514cad15
comparison
equal deleted inserted replaced
7796:acda999cbbb3 7797:0d46cea25641
94 void gui_mch_enable_beval_area(BalloonEval *beval); 94 void gui_mch_enable_beval_area(BalloonEval *beval);
95 void gui_mch_post_balloon(BalloonEval *beval, char_u *mesg); 95 void gui_mch_post_balloon(BalloonEval *beval, char_u *mesg);
96 BalloonEval *gui_mch_create_beval_area(void *target, char_u *mesg, void (*mesgCB)(BalloonEval *, int), void *clientData); 96 BalloonEval *gui_mch_create_beval_area(void *target, char_u *mesg, void (*mesgCB)(BalloonEval *, int), void *clientData);
97 void gui_mch_destroy_beval_area(BalloonEval *beval); 97 void gui_mch_destroy_beval_area(BalloonEval *beval);
98 void netbeans_draw_multisign_indicator(int row); 98 void netbeans_draw_multisign_indicator(int row);
99 void channel_init_winsock(void);
100 /* vim: set ft=c : */ 99 /* vim: set ft=c : */