summaryrefslogtreecommitdiff
path: root/src/Make_mvc.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-03-22 16:57:45 +0100
committerBram Moolenaar <Bram@vim.org>2019-03-22 16:57:45 +0100
commite37368c496f80137a774515ef4f3e17cf81d7685 (patch)
treee60065d187134f7d4e8079083827335511ad3808 /src/Make_mvc.mak
parentdc4fa190e7b9d6ba49416ce875d2192c4444d3eb (diff)
downloadvim-git-e37368c496f80137a774515ef4f3e17cf81d7685.tar.gz
patch 8.1.1039: MS-Windows build failsv8.1.1039
Problem: MS-Windows build fails. Solution: Remove dependency on arabic.h
Diffstat (limited to 'src/Make_mvc.mak')
-rw-r--r--src/Make_mvc.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak
index c13a211a3..c29314c02 100644
--- a/src/Make_mvc.mak
+++ b/src/Make_mvc.mak
@@ -693,7 +693,7 @@ CFLAGS = $(CFLAGS) /Zl /MTd
!include Make_all.mak
!include testdir\Make_all.mak
-INCL = vim.h alloc.h arabic.h ascii.h ex_cmds.h feature.h globals.h \
+INCL = vim.h alloc.h ascii.h ex_cmds.h feature.h globals.h \
keymap.h macros.h option.h os_dos.h os_win32.h proto.h regexp.h \
spell.h structs.h term.h beval.h $(NBDEBUG_INCL)