comparison src/proto/os_win32.pro @ 11929:3457728d1a58 v8.0.0844

patch 8.0.0844: wrong function prototype because of missing static commit https://github.com/vim/vim/commit/e0ab979fa7404592eaf4180e6d7d3af4c7787e8f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 2 23:18:25 2017 +0200 patch 8.0.0844: wrong function prototype because of missing static Problem: Wrong function prototype because of missing static. Solution: Add "static".
author Christian Brabandt <cb@256bit.org>
date Wed, 02 Aug 2017 23:30:04 +0200
parents bafbdbc64bbe
children 74e45c11b754
comparison
equal deleted inserted replaced
11928:4c1d0c774d51 11929:3457728d1a58
2 HINSTANCE vimLoadLib(char *name); 2 HINSTANCE vimLoadLib(char *name);
3 HINSTANCE find_imported_module_by_funcname(HINSTANCE hInst, const char *funcname); 3 HINSTANCE find_imported_module_by_funcname(HINSTANCE hInst, const char *funcname);
4 void *get_dll_import_func(HINSTANCE hInst, const char *funcname); 4 void *get_dll_import_func(HINSTANCE hInst, const char *funcname);
5 int dyn_libintl_init(void); 5 int dyn_libintl_init(void);
6 void dyn_libintl_end(void); 6 void dyn_libintl_end(void);
7 int null_libintl_putenv(const char *envstring);
8 int null_libintl_wputenv(const wchar_t *envstring);
9 void PlatformId(void); 7 void PlatformId(void);
10 void mch_setmouse(int on); 8 void mch_setmouse(int on);
11 void mch_update_cursor(void); 9 void mch_update_cursor(void);
12 int mch_char_avail(void); 10 int mch_char_avail(void);
13 int mch_inchar(char_u *buf, int maxlen, long time, int tb_change_cnt); 11 int mch_inchar(char_u *buf, int maxlen, long time, int tb_change_cnt);