Mercurial > vim
comparison src/proto/os_unix.pro @ 16455:1ae13586edf8 v8.1.1232
patch 8.1.1232: can't build on MS-Windows
commit https://github.com/vim/vim/commit/1b243eafb0bf21daaba01004c450cfd8fea70c66
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Apr 28 22:50:40 2019 +0200
patch 8.1.1232: can't build on MS-Windows
Problem: Can't build on MS-Windows.
Solution: Define process_still_running.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 28 Apr 2019 23:00:05 +0200 |
parents | 4e9bea9b8025 |
children | 5412fcd03ecb |
comparison
equal
deleted
inserted
replaced
16454:a525b0447547 | 16455:1ae13586edf8 |
---|---|
25 int vim_is_fastterm(char_u *name); | 25 int vim_is_fastterm(char_u *name); |
26 int mch_get_user_name(char_u *s, int len); | 26 int mch_get_user_name(char_u *s, int len); |
27 int mch_get_uname(uid_t uid, char_u *s, int len); | 27 int mch_get_uname(uid_t uid, char_u *s, int len); |
28 void mch_get_host_name(char_u *s, int len); | 28 void mch_get_host_name(char_u *s, int len); |
29 long mch_get_pid(void); | 29 long mch_get_pid(void); |
30 int mch_process_running(pid_t pid); | 30 int mch_process_running(long pid); |
31 int mch_dirname(char_u *buf, int len); | 31 int mch_dirname(char_u *buf, int len); |
32 int mch_FullName(char_u *fname, char_u *buf, int len, int force); | 32 int mch_FullName(char_u *fname, char_u *buf, int len, int force); |
33 int mch_isFullName(char_u *fname); | 33 int mch_isFullName(char_u *fname); |
34 void fname_case(char_u *name, int len); | 34 void fname_case(char_u *name, int len); |
35 long mch_getperm(char_u *name); | 35 long mch_getperm(char_u *name); |