Skip to content

Commit e37368c

Browse files
committed
patch 8.1.1039: MS-Windows build fails
Problem: MS-Windows build fails. Solution: Remove dependency on arabic.h
1 parent dc4fa19 commit e37368c

4 files changed

Lines changed: 87 additions & 85 deletions

File tree

src/Make_cyg_ming.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ endif
10041004
$(MAKE) -C tee clean
10051005

10061006
###########################################################################
1007-
INCL = vim.h alloc.h arabic.h ascii.h ex_cmds.h feature.h globals.h \
1007+
INCL = vim.h alloc.h ascii.h ex_cmds.h feature.h globals.h \
10081008
keymap.h macros.h option.h os_dos.h os_win32.h proto.h regexp.h \
10091009
spell.h structs.h term.h beval.h $(NBDEBUG_INCL)
10101010
GUI_INCL = gui.h

src/Make_mvc.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ CFLAGS = $(CFLAGS) /Zl /MTd
693693
!include Make_all.mak
694694
!include testdir\Make_all.mak
695695

696-
INCL = vim.h alloc.h arabic.h ascii.h ex_cmds.h feature.h globals.h \
696+
INCL = vim.h alloc.h ascii.h ex_cmds.h feature.h globals.h \
697697
keymap.h macros.h option.h os_dos.h os_win32.h proto.h regexp.h \
698698
spell.h structs.h term.h beval.h $(NBDEBUG_INCL)
699699

0 commit comments

Comments
 (0)