1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2013-06-08 10:26:36 +00:00
parent 14140eb16b
commit 1ba82b765c
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,10 @@
Sat Jun 8 19:23:53 2013 NARUSE, Yui <naruse@ruby-lang.org>
* 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@fsij.org>
* random.c: Unused RBignum internal accessing macros removed.

View file

@ -675,6 +675,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
#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