зеркало из https://github.com/github/ruby.git
win32ole.c: fix type
* ext/win32ole/win32ole.c (ole_method_docinfo_from_type): fix return type. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
c50d45fc96
Коммит
e2b08f40b3
|
@ -516,7 +516,7 @@ static VALUE folemethod_visible(VALUE self);
|
||||||
static VALUE ole_method_event(ITypeInfo *pTypeInfo, UINT method_index, VALUE method_name);
|
static VALUE ole_method_event(ITypeInfo *pTypeInfo, UINT method_index, VALUE method_name);
|
||||||
static VALUE folemethod_event(VALUE self);
|
static VALUE folemethod_event(VALUE self);
|
||||||
static VALUE folemethod_event_interface(VALUE self);
|
static VALUE folemethod_event_interface(VALUE self);
|
||||||
static VALUE ole_method_docinfo_from_type(ITypeInfo *pTypeInfo, UINT method_index, BSTR *name, BSTR *helpstr, DWORD *helpcontext, BSTR *helpfile);
|
static HRESULT ole_method_docinfo_from_type(ITypeInfo *pTypeInfo, UINT method_index, BSTR *name, BSTR *helpstr, DWORD *helpcontext, BSTR *helpfile);
|
||||||
static VALUE ole_method_helpstring(ITypeInfo *pTypeInfo, UINT method_index);
|
static VALUE ole_method_helpstring(ITypeInfo *pTypeInfo, UINT method_index);
|
||||||
static VALUE folemethod_helpstring(VALUE self);
|
static VALUE folemethod_helpstring(VALUE self);
|
||||||
static VALUE ole_method_helpfile(ITypeInfo *pTypeInfo, UINT method_index);
|
static VALUE ole_method_helpfile(ITypeInfo *pTypeInfo, UINT method_index);
|
||||||
|
@ -6918,7 +6918,7 @@ folemethod_event_interface(VALUE self)
|
||||||
return Qnil;
|
return Qnil;
|
||||||
}
|
}
|
||||||
|
|
||||||
static VALUE
|
static HRESULT
|
||||||
ole_method_docinfo_from_type(
|
ole_method_docinfo_from_type(
|
||||||
ITypeInfo *pTypeInfo,
|
ITypeInfo *pTypeInfo,
|
||||||
UINT method_index,
|
UINT method_index,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче