summaryrefslogtreecommitdiffstats
path: root/src/proto/os_win32.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-04-28 22:50:40 +0200
committerBram Moolenaar <Bram@vim.org>2019-04-28 22:50:40 +0200
commit1b243eafb0bf21daaba01004c450cfd8fea70c66 (patch)
tree5f911fb123682229c24ae128a274df49520d0752 /src/proto/os_win32.pro
parent67cf86bfff5fd5224d557d81cb146f46e33b831c (diff)
patch 8.1.1232: can't build on MS-Windowsv8.1.1232
Problem: Can't build on MS-Windows. Solution: Define process_still_running.
Diffstat (limited to 'src/proto/os_win32.pro')
-rw-r--r--src/proto/os_win32.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/os_win32.pro b/src/proto/os_win32.pro
index c825c54044..f251640347 100644
--- a/src/proto/os_win32.pro
+++ b/src/proto/os_win32.pro
@@ -19,7 +19,7 @@ void fname_case(char_u *name, int len);
int mch_get_user_name(char_u *s, int len);
void mch_get_host_name(char_u *s, int len);
long mch_get_pid(void);
-int mch_process_running(pid_t pid);
+int mch_process_running(long pid);
int mch_dirname(char_u *buf, int len);
long mch_getperm(char_u *name);
int mch_setperm(char_u *name, long perm);