patch 7.4.1399
Problem:    The MS-DOS code does not build.
Solution:   Remove the old MS-DOS code.
diff --git a/src/blowfish.c b/src/blowfish.c
index d24aa2c..37d5a55 100644
--- a/src/blowfish.c
+++ b/src/blowfish.c
@@ -34,7 +34,7 @@
     char_u   uc[8];
 } block8;
 
-#if defined(WIN3264) || defined(DOS32)
+#if defined(WIN3264)
   /* MS-Windows is always little endian */
 #else
 # ifdef HAVE_CONFIG_H