Commit cf983e9a authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Added stub for OleDoAutoConvert.

parent 97820bc6
......@@ -1854,6 +1854,15 @@ done:
}
/******************************************************************************
* OleDoAutoConvert [OLE32.100]
*/
HRESULT WINAPI OleDoAutoConvert(IStorage *pStg, LPCLSID pClsidNew)
{
FIXME("(%p,%p) : stub\n",pStg,pClsidNew);
return E_NOTIMPL;
}
/******************************************************************************
* CoTreatAsClass [OLE32.46]
*/
HRESULT WINAPI CoTreatAsClass(REFCLSID clsidOld, REFCLSID clsidNew)
......
......@@ -97,7 +97,7 @@
97 stdcall OleCreateMenuDescriptor(long ptr)
98 stdcall OleCreateStaticFromData(ptr ptr long ptr ptr ptr ptr)
99 stdcall OleDestroyMenuDescriptor(long)
100 stub OleDoAutoConvert
100 stdcall OleDoAutoConvert(ptr ptr)
101 stub OleDraw
102 stdcall OleDuplicateData(long long long)
103 stdcall OleFlushClipboard()
......
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