comparison src/proto/os_win32.pro @ 7668:21b0a39d13ed v7.4.1133

commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 19 13:22:12 2016 +0100 patch 7.4.1133 Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jan 2016 13:30:06 +0100
parents 9c5e8254ea6b
children 7224f5e9c36a
comparison
equal deleted inserted replaced
7667:201b9c7e3df7 7668:21b0a39d13ed
1 /* os_win32.c */ 1 /* os_win32.c */
2 HINSTANCE vimLoadLib __ARGS((char *name)); 2 HINSTANCE vimLoadLib(char *name);
3 int dyn_libintl_init __ARGS((void)); 3 int dyn_libintl_init(void);
4 void dyn_libintl_end __ARGS((void)); 4 void dyn_libintl_end(void);
5 void PlatformId __ARGS((void)); 5 void PlatformId(void);
6 int mch_windows95 __ARGS((void)); 6 int mch_windows95(void);
7 void mch_setmouse __ARGS((int on)); 7 void mch_setmouse(int on);
8 void mch_update_cursor __ARGS((void)); 8 void mch_update_cursor(void);
9 int mch_char_avail __ARGS((void)); 9 int mch_char_avail(void);
10 int mch_inchar __ARGS((char_u *buf, int maxlen, long time, int tb_change_cnt)); 10 int mch_inchar(char_u *buf, int maxlen, long time, int tb_change_cnt);
11 void mch_init __ARGS((void)); 11 void mch_init(void);
12 void mch_exit __ARGS((int r)); 12 void mch_exit(int r);
13 int mch_check_win __ARGS((int argc, char **argv)); 13 int mch_check_win(int argc, char **argv);
14 void fname_case __ARGS((char_u *name, int len)); 14 void fname_case(char_u *name, int len);
15 int mch_get_user_name __ARGS((char_u *s, int len)); 15 int mch_get_user_name(char_u *s, int len);
16 void mch_get_host_name __ARGS((char_u *s, int len)); 16 void mch_get_host_name(char_u *s, int len);
17 long mch_get_pid __ARGS((void)); 17 long mch_get_pid(void);
18 int mch_dirname __ARGS((char_u *buf, int len)); 18 int mch_dirname(char_u *buf, int len);
19 long mch_getperm __ARGS((char_u *name)); 19 long mch_getperm(char_u *name);
20 int mch_setperm __ARGS((char_u *name, long perm)); 20 int mch_setperm(char_u *name, long perm);
21 void mch_hide __ARGS((char_u *name)); 21 void mch_hide(char_u *name);
22 int mch_ishidden __ARGS((char_u *name)); 22 int mch_ishidden(char_u *name);
23 int mch_isdir __ARGS((char_u *name)); 23 int mch_isdir(char_u *name);
24 int mch_isrealdir __ARGS((char_u *name)); 24 int mch_isrealdir(char_u *name);
25 int mch_mkdir __ARGS((char_u *name)); 25 int mch_mkdir(char_u *name);
26 int mch_rmdir __ARGS((char_u *name)); 26 int mch_rmdir(char_u *name);
27 int mch_is_hard_link __ARGS((char_u *fname)); 27 int mch_is_hard_link(char_u *fname);
28 int mch_is_symbolic_link __ARGS((char_u *fname)); 28 int mch_is_symbolic_link(char_u *name);
29 int mch_is_linked __ARGS((char_u *fname)); 29 int mch_is_linked(char_u *fname);
30 int win32_fileinfo __ARGS((char_u *fname, BY_HANDLE_FILE_INFORMATION *info)); 30 int win32_fileinfo(char_u *fname, BY_HANDLE_FILE_INFORMATION *info);
31 int mch_writable __ARGS((char_u *name)); 31 int mch_writable(char_u *name);
32 int mch_can_exe __ARGS((char_u *name, char_u **path, int use_path)); 32 int mch_can_exe(char_u *name, char_u **path, int use_path);
33 int mch_nodetype __ARGS((char_u *name)); 33 int mch_nodetype(char_u *name);
34 vim_acl_T mch_get_acl __ARGS((char_u *fname)); 34 vim_acl_T mch_get_acl(char_u *fname);
35 void mch_set_acl __ARGS((char_u *fname, vim_acl_T acl)); 35 void mch_set_acl(char_u *fname, vim_acl_T acl);
36 void mch_free_acl __ARGS((vim_acl_T acl)); 36 void mch_free_acl(vim_acl_T acl);
37 void mch_settmode __ARGS((int tmode)); 37 void mch_settmode(int tmode);
38 int mch_get_shellsize __ARGS((void)); 38 int mch_get_shellsize(void);
39 void mch_set_shellsize __ARGS((void)); 39 void mch_set_shellsize(void);
40 void mch_new_shellsize __ARGS((void)); 40 void mch_new_shellsize(void);
41 void mch_set_winsize_now __ARGS((void)); 41 void mch_set_winsize_now(void);
42 int mch_call_shell __ARGS((char_u *cmd, int options)); 42 int mch_call_shell(char_u *cmd, int options);
43 void mch_set_normal_colors __ARGS((void)); 43 void mch_set_normal_colors(void);
44 void mch_write __ARGS((char_u *s, int len)); 44 void mch_write(char_u *s, int len);
45 void mch_delay __ARGS((long msec, int ignoreinput)); 45 void mch_delay(long msec, int ignoreinput);
46 int mch_remove __ARGS((char_u *name)); 46 int mch_remove(char_u *name);
47 void mch_breakcheck __ARGS((void)); 47 void mch_breakcheck(void);
48 long_u mch_total_mem __ARGS((int special)); 48 long_u mch_total_mem(int special);
49 int mch_wrename __ARGS((WCHAR *wold, WCHAR *wnew)); 49 int mch_wrename(WCHAR *wold, WCHAR *wnew);
50 int mch_rename __ARGS((const char *pszOldFile, const char *pszNewFile)); 50 int mch_rename(const char *pszOldFile, const char *pszNewFile);
51 char *default_shell __ARGS((void)); 51 char *default_shell(void);
52 int mch_access __ARGS((char *n, int p)); 52 int mch_access(char *n, int p);
53 int mch_open __ARGS((char *name, int flags, int mode)); 53 int mch_open(char *name, int flags, int mode);
54 FILE *mch_fopen __ARGS((char *name, char *mode)); 54 FILE *mch_fopen(char *name, char *mode);
55 int mch_copy_file_attribute __ARGS((char_u *from, char_u *to)); 55 int mch_copy_file_attribute(char_u *from, char_u *to);
56 int myresetstkoflw __ARGS((void)); 56 int myresetstkoflw(void);
57 int get_cmd_argsW __ARGS((char ***argvp)); 57 int get_cmd_argsW(char ***argvp);
58 void free_cmd_argsW __ARGS((void)); 58 void free_cmd_argsW(void);
59 void used_file_arg __ARGS((char *name, int literal, int full_path, int diff_mode)); 59 void used_file_arg(char *name, int literal, int full_path, int diff_mode);
60 void set_alist_count __ARGS((void)); 60 void set_alist_count(void);
61 void fix_arg_enc __ARGS((void)); 61 void fix_arg_enc(void);
62 /* vim: set ft=c : */ 62 /* vim: set ft=c : */