ruby-changes:29121
From: naruse <ko1@a...>
Date: Sat, 8 Jun 2013 19:26:47 +0900 (JST)
Subject: [ruby-changes:29121] naruse:r41173 (trunk): * win32/Makefile.sub: r41163 changed win32/win32.c and configure.in
naruse 2013-06-08 19:26:36 +0900 (Sat, 08 Jun 2013) New Revision: 41173 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41173 Log: * win32/Makefile.sub: r41163 changed win32/win32.c and configure.in but it didn't treat about mswin32/mswin64, so fix it. NOTE: this needs a review by usa whether additional condition is required or not. Modified files: trunk/ChangeLog trunk/win32/Makefile.sub Index: ChangeLog =================================================================== --- ChangeLog (revision 41172) +++ ChangeLog (revision 41173) @@ -1,3 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Jun 8 19:23:53 2013 NARUSE, Yui <naruse@r...> + + * win32/Makefile.sub: r41163 changed win32/win32.c and configure.in + but it didn't treat about mswin32/mswin64, so fix it. + NOTE: this needs a review by usa whether additional condition is + required or not. + Sat Jun 8 19:06:26 2013 Tanaka Akira <akr@f...> * random.c: Unused RBignum internal accessing macros removed. Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 41172) +++ win32/Makefile.sub (revision 41173) @@ -675,6 +675,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/ https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L675 #define HAVE_TZNAME 1 #define HAVE_DAYLIGHT 1 #define HAVE_GMTIME_R 1 +#define HAVE_TYPE_NET_LUID 1 #define SETPGRP_VOID 1 #define RSHIFT(x,y) ((x)>>(int)y) #define HAVE_RB_FD_INIT 1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/