diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-08-10 06:35:05 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-08-10 06:35:05 +0000 |
commit | 833ad92d1852efb40f6f7fafa5bc5e784e0e49ea () | |
tree | f916830c952960ce4e749b49f1855c49ba22aa0c /ext/win32/lib | |
parent | 41fe7e4eb901dc31887e8a684141a33b77c26702 (diff) |
win32/resolv: fix for cygwin
* 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
-rw-r--r-- | ext/win32/lib/win32/resolv.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ require 'win32/registry' module Win32 module Resolv API = Registry::API def self.get_hosts_path path = get_hosts_dir |