]> granicus.if.org Git - vim/commitdiff
patch 7.4.1368 v7.4.1368
authorBram Moolenaar <Bram@vim.org>
Sat, 20 Feb 2016 14:50:18 +0000 (15:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 20 Feb 2016 14:50:18 +0000 (15:50 +0100)
Problem:    One more Win16 file remains.
Solution:   Delete it.

src/proto/os_win16.pro [deleted file]
src/tools16.bmp [deleted file]
src/version.c

diff --git a/src/proto/os_win16.pro b/src/proto/os_win16.pro
deleted file mode 100644 (file)
index 29b04b7..0000000
+++ /dev/null
@@ -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 : */
diff --git a/src/tools16.bmp b/src/tools16.bmp
deleted file mode 100644 (file)
index d4fbc51..0000000
Binary files a/src/tools16.bmp and /dev/null differ
index 2203948a826ae5ce1e6c9a829fc51d2e117fabfd..ef157724c19a54ac972a074b13ce1e573bdb4526 100644 (file)
@@ -747,6 +747,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1368,
 /**/
     1367,
 /**/