Commit eaae8f84 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

wshom.ocx: Mark one function as static, one as hidden.

parent 3a58d284
......@@ -80,6 +80,7 @@ HRESULT get_typeinfo(tid_t tid, ITypeInfo **typeinfo)
return S_OK;
}
static
void release_typelib(void)
{
unsigned i;
......
......@@ -33,6 +33,6 @@ typedef enum tid_t {
LAST_tid
} tid_t;
HRESULT get_typeinfo(tid_t tid, ITypeInfo **typeinfo);
HRESULT get_typeinfo(tid_t tid, ITypeInfo **typeinfo) DECLSPEC_HIDDEN;
HRESULT WINAPI WshShellFactory_CreateInstance(IClassFactory*,IUnknown*,REFIID,void**) DECLSPEC_HIDDEN;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment