diff src/Make_mvc.mak @ 16068:8c160339de22 v8.1.1039

patch 8.1.1039: MS-Windows build fails commit https://github.com/vim/vim/commit/e37368c496f80137a774515ef4f3e17cf81d7685 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 22 16:57:45 2019 +0100 patch 8.1.1039: MS-Windows build fails Problem: MS-Windows build fails. Solution: Remove dependency on arabic.h
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Mar 2019 17:00:06 +0100
parents 6230ff29c39a
children 570a296aa0b4
line wrap: on
line diff
--- 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)