From f6150aa7df1edf951d4efca5d06d4e0f687bb47f Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 1 Nov 2010 15:26:58 +0000 Subject: * ext/socket/extconf.rb: win64 is just same with win32 about socket. notice: but wince is not same. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ ext/socket/extconf.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 94f231b673..bfc60af5c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 2 00:25:54 2010 NAKAMURA Usaku + + * ext/socket/extconf.rb: win64 is just same with win32 about socket. + notice: but wince is not same. + Mon Nov 1 21:25:57 2010 URABE Shyouhei * main.c: is needed, to introduce the getenv(3) diff --git a/ext/socket/extconf.rb b/ext/socket/extconf.rb index a6bc9bb46c..6d768f8d89 100644 --- a/ext/socket/extconf.rb +++ b/ext/socket/extconf.rb @@ -1,7 +1,7 @@ require 'mkmf' case RUBY_PLATFORM -when /(ms|bcc)win32|mingw/ +when /(ms|bcc)win(32|64)|mingw/ test_func = "WSACleanup" have_library("ws2_32", "WSACleanup") $defs << "-DHAVE_SOCKETPAIR" -- cgit v1.2.3