comparison src/proto/gui_w32.pro @ 9959:b9fd9c50be25 v7.4.2253

commit https://github.com/vim/vim/commit/78c7e274f27c68bf86b0a68411b128c6945d1f6a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 25 23:19:29 2016 +0200 patch 7.4.2253 Problem: Check for Windows 3.1 will always return false. (Christian Brabandt) Solution: Remove the dead code.
author Christian Brabandt <cb@256bit.org>
date Thu, 25 Aug 2016 23:30:05 +0200
parents ccb6461b82df
children 5a5709918a98
comparison
equal deleted inserted replaced
9958:7609ef13f0a7 9959:b9fd9c50be25
60 void gui_mch_settitle(char_u *title, char_u *icon); 60 void gui_mch_settitle(char_u *title, char_u *icon);
61 void mch_set_mouse_shape(int shape); 61 void mch_set_mouse_shape(int shape);
62 char_u *gui_mch_browsedir(char_u *title, char_u *initdir); 62 char_u *gui_mch_browsedir(char_u *title, char_u *initdir);
63 char_u *gui_mch_browse(int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter); 63 char_u *gui_mch_browse(int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter);
64 int get_cmd_args(char *prog, char *cmdline, char ***argvp, char **tofree); 64 int get_cmd_args(char *prog, char *cmdline, char ***argvp, char **tofree);
65 int gui_is_win32s(void);
66 void gui_mch_set_parent(char *title); 65 void gui_mch_set_parent(char *title);
67 void gui_mch_prepare(int *argc, char **argv); 66 void gui_mch_prepare(int *argc, char **argv);
68 int gui_mch_init(void); 67 int gui_mch_init(void);
69 void gui_mch_set_shellsize(int width, int height, int min_width, int min_height, int base_width, int base_height, int direction); 68 void gui_mch_set_shellsize(int width, int height, int min_width, int min_height, int base_width, int base_height, int direction);
70 void gui_mch_set_scrollbar_thumb(scrollbar_T *sb, long val, long size, long max); 69 void gui_mch_set_scrollbar_thumb(scrollbar_T *sb, long val, long size, long max);