comparison src/proto/os_mswin.pro @ 15774:c4efa095f323 v8.1.0894

patch 8.1.0894: MS-Windows: resolve() does not return a reparse point commit https://github.com/vim/vim/commit/dce1e89be4675bcdbc9785584d3da25295481e63 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 10 23:18:53 2019 +0100 patch 8.1.0894: MS-Windows: resolve() does not return a reparse point Problem: MS-Windows: resolve() does not return a reparse point. Solution: Improve resolve(). (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/3896)
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 Feb 2019 23:30:08 +0100
parents 71311d899b42
children 8f4eccaaf2c0
comparison
equal deleted inserted replaced
15773:e3c2762bc354 15774:c4efa095f323
35 void mch_print_start_line(int margin, int page_line); 35 void mch_print_start_line(int margin, int page_line);
36 int mch_print_text_out(char_u *p, int len); 36 int mch_print_text_out(char_u *p, int len);
37 void mch_print_set_font(int iBold, int iItalic, int iUnderline); 37 void mch_print_set_font(int iBold, int iItalic, int iUnderline);
38 void mch_print_set_bg(long_u bgcol); 38 void mch_print_set_bg(long_u bgcol);
39 void mch_print_set_fg(long_u fgcol); 39 void mch_print_set_fg(long_u fgcol);
40 char_u *mch_resolve_shortcut(char_u *fname); 40 char_u *mch_resolve_path(char_u *fname, int reparse_point);
41 void win32_set_foreground(void); 41 void win32_set_foreground(void);
42 void serverInitMessaging(void); 42 void serverInitMessaging(void);
43 void serverSetName(char_u *name); 43 void serverSetName(char_u *name);
44 char_u *serverGetVimNames(void); 44 char_u *serverGetVimNames(void);
45 int serverSendReply(char_u *name, char_u *reply); 45 int serverSendReply(char_u *name, char_u *reply);