summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-23 14:53:34 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-23 14:53:34 +0100
commit48e330aff911be1c798c88a973af6437a8141fce (patch)
tree4945b46753c6220ae5e8cd406d139e5640bd39c4 /src/proto.h
parent4e221c99e85ed40c98892068a01270b9e7492d98 (diff)
downloadvim-git-48e330aff911be1c798c88a973af6437a8141fce.tar.gz
patch 7.4.1399v7.4.1399
Problem: The MS-DOS code does not build. Solution: Remove the old MS-DOS code.
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/proto.h b/src/proto.h
index 843d422d1..7e4180b7d 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -38,9 +38,6 @@
# if defined(UNIX) || defined(__EMX__) || defined(VMS)
# include "os_unix.pro"
# endif
-# if defined(MSDOS)
-# include "os_msdos.pro"
-# endif
# ifdef WIN3264
# include "os_win32.pro"
# include "os_mswin.pro"