comparison src/proto/os_win32.pro @ 7657:9c5e8254ea6b v7.4.1128

commit https://github.com/vim/vim/commit/203258c3ad2966cc9d08b3805b103333988b30b7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 17 22:15:16 2016 +0100 patch 7.4.1128 Problem: MS-Windows: delete() does not recognize junctions. Solution: Add mch_isrealdir() for MS-Windows. Update mch_is_symbolic_link(). (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jan 2016 22:30:05 +0100
parents 6fed43c541c8
children 21b0a39d13ed
comparison
equal deleted inserted replaced
7656:f165065a4300 7657:9c5e8254ea6b
19 long mch_getperm __ARGS((char_u *name)); 19 long mch_getperm __ARGS((char_u *name));
20 int mch_setperm __ARGS((char_u *name, long perm)); 20 int mch_setperm __ARGS((char_u *name, long perm));
21 void mch_hide __ARGS((char_u *name)); 21 void mch_hide __ARGS((char_u *name));
22 int mch_ishidden __ARGS((char_u *name)); 22 int mch_ishidden __ARGS((char_u *name));
23 int mch_isdir __ARGS((char_u *name)); 23 int mch_isdir __ARGS((char_u *name));
24 int mch_isrealdir __ARGS((char_u *name));
24 int mch_mkdir __ARGS((char_u *name)); 25 int mch_mkdir __ARGS((char_u *name));
25 int mch_rmdir __ARGS((char_u *name)); 26 int mch_rmdir __ARGS((char_u *name));
26 int mch_is_hard_link __ARGS((char_u *fname)); 27 int mch_is_hard_link __ARGS((char_u *fname));
27 int mch_is_symbolic_link __ARGS((char_u *fname)); 28 int mch_is_symbolic_link __ARGS((char_u *fname));
28 int mch_is_linked __ARGS((char_u *fname)); 29 int mch_is_linked __ARGS((char_u *fname));