diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-07-03 18:49:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-07-03 18:49:17 +0200 |
commit | 32ac8cdaaaa32c09b0818c214e01e8e557d88b56 (patch) | |
tree | 95d169cbeb3d98450e7991e210ef5be77412f61a /src/proto/os_win32.pro | |
parent | 0f5a5ed8bb3c014ef9de0480852a3e5737c33fc6 (diff) | |
download | vim-32ac8cdaaaa32c09b0818c214e01e8e557d88b56.zip |
updated for version 7.3.1299
Problem: Errors when doing "make proto". Didn't do "make depend" for a
while.
Solution: Add #ifdefs. Update dependencies. Update proto files.
Diffstat (limited to 'src/proto/os_win32.pro')
-rw-r--r-- | src/proto/os_win32.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/os_win32.pro b/src/proto/os_win32.pro index bdefbab56..a4c590f30 100644 --- a/src/proto/os_win32.pro +++ b/src/proto/os_win32.pro @@ -42,7 +42,6 @@ void mch_write __ARGS((char_u *s, int len)); void mch_delay __ARGS((long msec, int ignoreinput)); int mch_remove __ARGS((char_u *name)); void mch_breakcheck __ARGS((void)); -long_u mch_avail_mem __ARGS((int special)); int mch_wrename __ARGS((WCHAR *wold, WCHAR *wnew)); int mch_rename __ARGS((const char *pszOldFile, const char *pszNewFile)); char *default_shell __ARGS((void)); |