mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	 833ad92d18
			
		
	
	
		833ad92d18
		
	
	
	
	
		
			
			* ext/win32/resolv/resolv.c: needs windows.h for iphlpapi.h on cygwin. [ruby-core:76791] [Bug #12663] * ext/win32/resolv/resolv.c (w32error_make_error): use Win32::Resolv::Error, an alias of Win32::Registry::Error. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			86 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			86 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| if have_library('iphlpapi', 'GetNetworkParams')
 | |
|   create_makefile('win32/resolv')
 | |
| end
 |