Commit bf026723 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

inetcomm: Return S_OK from IMimeMessgae Commit.

parent 6e6a6ff9
......@@ -2077,7 +2077,7 @@ static HRESULT WINAPI MimeMessage_Commit(
DWORD dwFlags)
{
FIXME("(%p)->(0x%x)\n", iface, dwFlags);
return E_NOTIMPL;
return S_OK;
}
......
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