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

@@ -624,7 +624,7 @@ NBDEBUG_SRC = nbdebug.c
endif endif
ifeq ($(CHANNEL),yes) ifeq ($(CHANNEL),yes)
DEFINES += -DFEAT_JOB_CHANNEL DEFINES += -DFEAT_JOB_CHANNEL -DFEAT_IPV6
endif endif
ifeq ($(TERMINAL),yes) ifeq ($(TERMINAL),yes)

View File

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

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
591,
/**/ /**/
590, 590,
/**/ /**/