summaryrefslogtreecommitdiff
path: root/ext/win32ole/win32ole_type.h
blob: a26bf3e043616b7cd2bbb1047074e4dabee5cc93 (plain)
1
2
3
4
5
6
7
8
#ifndef WIN32OLE_TYPE_H
#define WIN32OLE_TYPE_H 1
VALUE cWIN32OLE_TYPE;
VALUE create_win32ole_type(ITypeInfo *pTypeInfo, VALUE name);
ITypeInfo *itypeinfo(VALUE self);
VALUE ole_type_from_itypeinfo(ITypeInfo *pTypeInfo);
void Init_win32ole_type(void);
#endif