[前][次][番号順一覧][スレッド一覧]

ruby-changes:17658

From: usa <ko1@a...>
Date: Tue, 2 Nov 2010 00:27:08 +0900 (JST)
Subject: [ruby-changes:17658] Ruby:r29666 (trunk): * ext/socket/extconf.rb: win64 is just same with win32 about socket.

usa	2010-11-02 00:26:58 +0900 (Tue, 02 Nov 2010)

  New Revision: 29666

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=29666

  Log:
    * ext/socket/extconf.rb: win64 is just same with win32 about socket.
      notice: but wince is not same.

  Modified files:
    trunk/ChangeLog
    trunk/ext/socket/extconf.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 29665)
+++ ChangeLog	(revision 29666)
@@ -1,3 +1,8 @@
+Tue Nov  2 00:25:54 2010  NAKAMURA Usaku  <usa@r...>
+
+	* 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  <shyouhei@r...>
 
 	* main.c: <stdlib.h> is needed, to introduce the getenv(3)
Index: ext/socket/extconf.rb
===================================================================
--- ext/socket/extconf.rb	(revision 29665)
+++ ext/socket/extconf.rb	(revision 29666)
@@ -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"

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]