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