Commit f48e5e2b authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

ole32: Since OleCreateLinkFromData is a stub we should return S_FALSE from OleQueryLinkFromData.

parent 3742389d
......@@ -570,7 +570,7 @@ HRESULT WINAPI OleQueryLinkFromData(
IDataObject* pSrcDataObject)
{
FIXME("(%p),stub!\n", pSrcDataObject);
return S_OK;
return S_FALSE;
}
/***********************************************************************
......
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