diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-07 22:29:51 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-07 22:29:51 +0000 |
commit | a203182302733c0ea98d66ee1f576f251697dc81 (patch) | |
tree | d15b59030f051a7768f77f7a98c860a0387c09fe /src/os_win32.c | |
parent | 362e1a30c6f3527d5d0efc328c2fb448290cd6fc (diff) | |
download | vim-git-a203182302733c0ea98d66ee1f576f251697dc81.tar.gz |
updated for version 7.0217
Diffstat (limited to 'src/os_win32.c')
-rw-r--r-- | src/os_win32.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/os_win32.c b/src/os_win32.c index a45255cae..330ce5a57 100644 --- a/src/os_win32.c +++ b/src/os_win32.c @@ -2617,7 +2617,6 @@ mch_writable(char_u *name) || (perm & FILE_ATTRIBUTE_DIRECTORY))); } -#if defined(FEAT_EVAL) || defined(PROTO) /* * Return 1 if "name" can be executed, 0 if not. * Return -1 if unknown. @@ -2663,7 +2662,6 @@ mch_can_exe(char_u *name) } return FALSE; } -#endif /* * Check what "name" is: |