1
0
forked from aniani/vim

patch 8.2.0591: MS-Windows: should always support IPv6

Problem:    MS-Windows: should always support IPv6
Solution:   Add build flag. (Ozaki Kiichi, closes #5944)
This commit is contained in:
Bram Moolenaar
2020-04-17 20:48:57 +02:00
parent aa0489e12d
commit aa82259fef
3 changed files with 4 additions and 2 deletions

View File

@@ -467,7 +467,7 @@ SOUND_LIB = winmm.lib
!if "$(CHANNEL)" == "yes"
CHANNEL_PRO = proto/channel.pro
CHANNEL_OBJ = $(OBJDIR)/channel.obj
CHANNEL_DEFS = -DFEAT_JOB_CHANNEL
CHANNEL_DEFS = -DFEAT_JOB_CHANNEL -DFEAT_IPV6
NETBEANS_LIB = WSock32.lib Ws2_32.lib
!endif