mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	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:
		| @@ -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) | ||||||
|   | |||||||
| @@ -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 | ||||||
|   | |||||||
| @@ -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, | ||||||
| /**/ | /**/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user