1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/win32ole
nobu fb9b9b1862 win32ole.c: ID overflow
* ext/win32ole/win32ole.c (GetIDsOfNames): check ID overflow against
  DISPID, aka LONG, which is always 4 bytes.

* ext/win32ole/win32ole.c (Invoke): use ID for method name to get rid
  of losing upper bits.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-08-23 14:09:49 +00:00
..
lib/win32ole win32ole: remove win32ole.rb 2013-01-18 02:29:59 +00:00
sample
depend * ext: remove trailing spaces. 2011-05-22 09:26:02 +00:00
extconf.rb win32ole: OLE initialize per threads 2013-01-18 02:23:37 +00:00
win32ole.c win32ole.c: ID overflow 2013-08-23 14:09:49 +00:00