From 0aa9e15ea069322cd2f880a75f5807cf0e6ecbfd Mon Sep 17 00:00:00 2001 From: suke Date: Mon, 11 Aug 2014 11:50:17 +0000 Subject: * ext/win32ole/win32ole.c: seperate WIN32OLE_VARIABLE src from win32ole.c * ext/win32ole/win32ole.h: ditto. * ext/win32ole/win32ole_variable.c: ditto. * ext/win32ole/win32ole_variable.h: ditto. * ext/win32ole/depend: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/win32ole/win32ole.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/win32ole/win32ole.h') diff --git a/ext/win32ole/win32ole.h b/ext/win32ole/win32ole.h index 8bd704a641..2a5af705af 100644 --- a/ext/win32ole/win32ole.h +++ b/ext/win32ole/win32ole.h @@ -97,7 +97,6 @@ #define OLE_RELEASE_TYPEATTR(X, Y) ((X)->lpVtbl->ReleaseTypeAttr((X), (Y))) VALUE cWIN32OLE; -VALUE cWIN32OLE_VARIABLE; LCID cWIN32OLE_lcid; @@ -119,12 +118,13 @@ HRESULT ole_docinfo_from_type(ITypeInfo *pTypeInfo, BSTR *name, BSTR *helpstr, D VALUE ole_typedesc2val(ITypeInfo *pTypeInfo, TYPEDESC *pTypeDesc, VALUE typedetails); VALUE ole_typelib_from_itypeinfo(ITypeInfo *pTypeInfo); VALUE ole_type_from_itypeinfo(ITypeInfo *pTypeInfo); - -VALUE create_win32ole_variable(ITypeInfo *pTypeInfo, UINT index, VALUE name); +VALUE make_inspect(const char *class_name, VALUE detail); +VALUE ole_variant2val(VARIANT *pvar); #include "win32ole_variant_m.h" #include "win32ole_typelib.h" #include "win32ole_type.h" +#include "win32ole_variable.h" #include "win32ole_error.h" #endif -- cgit v1.2.3