mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/win32ole/test_win32ole_method.rb (is_ruby64): check
ruby binary is mswin64 or mingw64. [ruby-dev:41756] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cb7a106c21
commit
835da2f07b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Jun 29 19:39:59 2010 Masaki Suketa <masaki.suketa@nifty.ne.jp>
|
||||
|
||||
* test/win32ole/test_win32ole_method.rb (is_ruby64): check
|
||||
ruby binary is mswin64 or mingw64. [ruby-dev:41756]
|
||||
|
||||
Tue Jun 29 14:18:21 2010 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* file.c (rb_realpath_internal, realpath_rec): skip UNC share root
|
||||
|
|
|
@ -109,7 +109,7 @@ if defined?(WIN32OLE_METHOD)
|
|||
end
|
||||
|
||||
def is_ruby64?
|
||||
/win64/ =~ RUBY_PLATFORM
|
||||
/mswin64|mingw64/ =~ RUBY_PLATFORM
|
||||
end
|
||||
|
||||
def test_offset_vtbl
|
||||
|
|
Loading…
Reference in a new issue