mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	patch 8.2.0557: no IPv6 support for channels
Problem: No IPv6 support for channels. Solution: Add IPv6 support. (Ozaki Kiichi, closes #5893)
This commit is contained in:
		| @@ -469,7 +469,7 @@ CHANNEL_PRO	= proto/channel.pro | ||||
| CHANNEL_OBJ	= $(OBJDIR)/channel.obj | ||||
| CHANNEL_DEFS	= -DFEAT_JOB_CHANNEL | ||||
|  | ||||
| NETBEANS_LIB	= WSock32.lib | ||||
| NETBEANS_LIB	= WSock32.lib Ws2_32.lib | ||||
| !endif | ||||
|  | ||||
| # Set which version of the CRT to use | ||||
|   | ||||
		Reference in New Issue
	
	Block a user