зеркало из https://github.com/github/ruby.git
9 строки
182 B
C
9 строки
182 B
C
|
#ifndef WIN32OLE_PARAM_H
|
||
|
#define WIN32OLE_PARAM_H
|
||
|
|
||
|
VALUE create_win32ole_param(ITypeInfo *pTypeInfo, UINT method_index, UINT index, VALUE name);
|
||
|
void Init_win32ole_param();
|
||
|
|
||
|
#endif
|
||
|
|