summaryrefslogtreecommitdiff
path: root/ext/win32ole/win32ole_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/win32ole/win32ole_type.h')
-rw-r--r--ext/win32ole/win32ole_type.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/win32ole/win32ole_type.h b/ext/win32ole/win32ole_type.h
new file mode 100644
index 0000000000..c6b6f2726e
--- /dev/null
+++ b/ext/win32ole/win32ole_type.h
@@ -0,0 +1,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