comparison src/proto/os_mswin.pro @ 34053:19cdfe768104 v9.0.2190

patch 9.0.2190: proto files need update Commit: https://github.com/vim/vim/commit/6a950da86d7a6eb09d5ebeab17657986420d07ac Author: Christian Brabandt <cb@256bit.org> Date: Mon Jan 1 20:18:36 2024 +0100 patch 9.0.2190: proto files need update Problem: proto files need update Solution: re-generate them Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 01 Jan 2024 20:30:02 +0100
parents f8dd278ab05f
children 2630432cb6b1
comparison
equal deleted inserted replaced
34052:e2e9bb5496a5 34053:19cdfe768104
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, int timeout); 49 char_u *serverGetReply(HWND server, int *expr_res, int remove, int wait, int timeout);
50 void serverProcessPendingMessages(void); 50 void serverProcessPendingMessages(void);
51 char *charset_id2name(int id); 51 char *charset_id2name(int id);
52 char *quality_id2name(DWORD id); 52 char *quality_id2name(DWORD id);
53 void gui_mch_expand_font(optexpand_T *args, void *param, int (*add_match)(char_u *val));
53 int get_logfont(LOGFONTW *lf, char_u *name, HDC printer_dc, int verbose); 54 int get_logfont(LOGFONTW *lf, char_u *name, HDC printer_dc, int verbose);
54 void gui_mch_expand_font(optexpand_T *args, void *param, int (*cb)(char_u *val));
55 void channel_init_winsock(void); 55 void channel_init_winsock(void);
56 /* vim: set ft=c : */ 56 /* vim: set ft=c : */