comparison src/version.c @ 8140:563c923b1584 v7.4.1364

commit https://github.com/vim/vim/commit/cf7164a088664961e7d70dd100c5874dc5ceb293 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 20 13:55:06 2016 +0100 patch 7.4.1364 Problem: The Win 16 code is not maintained and unused. Solution: Remove the Win 16 support.
author Christian Brabandt <cb@256bit.org>
date Sat, 20 Feb 2016 14:00:06 +0100
parents f52504c10387
children 71aabce3142e
comparison
equal deleted inserted replaced
8139:2b0d471e04f7 8140:563c923b1584
745 NULL 745 NULL
746 }; 746 };
747 747
748 static int included_patches[] = 748 static int included_patches[] =
749 { /* Add new patch number below this line */ 749 { /* Add new patch number below this line */
750 /**/
751 1364,
750 /**/ 752 /**/
751 1363, 753 1363,
752 /**/ 754 /**/
753 1362, 755 1362,
754 /**/ 756 /**/
3635 MSG_PUTS(_("\nMS-Windows 64-bit console version")); 3637 MSG_PUTS(_("\nMS-Windows 64-bit console version"));
3636 # else 3638 # else
3637 MSG_PUTS(_("\nMS-Windows 32-bit console version")); 3639 MSG_PUTS(_("\nMS-Windows 32-bit console version"));
3638 # endif 3640 # endif
3639 # endif 3641 # endif
3640 #endif
3641 #ifdef WIN16
3642 MSG_PUTS(_("\nMS-Windows 16-bit version"));
3643 #endif 3642 #endif
3644 #ifdef MSDOS 3643 #ifdef MSDOS
3645 # ifdef DJGPP 3644 # ifdef DJGPP
3646 MSG_PUTS(_("\n32-bit MS-DOS version")); 3645 MSG_PUTS(_("\n32-bit MS-DOS version"));
3647 # else 3646 # else