mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ext/win32ole/*.c, ext/win32ole/win32ole.h: use RB_INT2FIX instead of
INT2FIX, and so on. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6b35c34c68
commit
5dd01af28f
11 changed files with 137 additions and 132 deletions
|
@ -319,7 +319,7 @@ ole_variable_varkind(ITypeInfo *pTypeInfo, UINT var_index)
|
|||
if (FAILED(hr))
|
||||
return kind;
|
||||
pTypeInfo->lpVtbl->ReleaseVarDesc(pTypeInfo, pVarDesc);
|
||||
kind = INT2FIX(pVarDesc->varkind);
|
||||
kind = RB_INT2FIX(pVarDesc->varkind);
|
||||
return kind;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue