1
0
forked from aniani/vim

patch 7.4.1368

Problem:    One more Win16 file remains.
Solution:   Delete it.
This commit is contained in:
Bram Moolenaar
2016-02-20 15:50:18 +01:00
parent e0fa3742ea
commit 914331648d
3 changed files with 2 additions and 12 deletions

View File

@@ -1,12 +0,0 @@
/* os_win16.c */
void mch_setmouse(int on);
void mch_init(void);
int mch_check_win(int argc, char **argv);
long mch_get_pid(void);
int mch_call_shell(char_u *cmd, int options);
void mch_delay(long msec, int ignoreinput);
void mch_breakcheck(void);
long_u mch_avail_mem(int special);
int mch_rename(const char *pszOldFile, const char *pszNewFile);
char *default_shell(void);
/* vim: set ft=c : */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1368,
/**/ /**/
1367, 1367,
/**/ /**/