patch 7.4.1364
Problem: The Win 16 code is not maintained and unused.
Solution: Remove the Win 16 support.
diff --git a/src/version.c b/src/version.c
index d2ae1ae..38d6a1d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1364,
+/**/
1363,
/**/
1362,
@@ -3638,9 +3640,6 @@
# endif
# endif
#endif
-#ifdef WIN16
- MSG_PUTS(_("\nMS-Windows 16-bit version"));
-#endif
#ifdef MSDOS
# ifdef DJGPP
MSG_PUTS(_("\n32-bit MS-DOS version"));