From 47b2057a022f9aec1c064feb294a11013a10bf92 Mon Sep 17 00:00:00 2001 From: suke Date: Tue, 12 Aug 2014 15:09:29 +0000 Subject: * ext/win32ole/win32ole.c: seperate WIN32OLE_PARAM src from win32ole.c * ext/win32ole/win32ole.h: ditto. * ext/win32ole/win32ole_param.c: ditto. * ext/win32ole/win32ole_param.h: ditto. * ext/win32ole/depend: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/win32ole/win32ole.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/win32ole/win32ole.h') diff --git a/ext/win32ole/win32ole.h b/ext/win32ole/win32ole.h index 15c849293c..0508c654ec 100644 --- a/ext/win32ole/win32ole.h +++ b/ext/win32ole/win32ole.h @@ -117,13 +117,13 @@ HRESULT ole_docinfo_from_type(ITypeInfo *pTypeInfo, BSTR *name, BSTR *helpstr, D VALUE ole_typedesc2val(ITypeInfo *pTypeInfo, TYPEDESC *pTypeDesc, VALUE typedetails); VALUE make_inspect(const char *class_name, VALUE detail); VALUE ole_variant2val(VARIANT *pvar); -VALUE create_win32ole_param(ITypeInfo *pTypeInfo, UINT method_index, UINT index, VALUE name); #include "win32ole_variant_m.h" #include "win32ole_typelib.h" #include "win32ole_type.h" #include "win32ole_variable.h" #include "win32ole_method.h" +#include "win32ole_param.h" #include "win32ole_error.h" #endif -- cgit v1.2.3