inetcomm: Return S_OK from IMimeMessgae Commit.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
6e6a6ff9d5
commit
bf02672359
|
@ -2077,7 +2077,7 @@ static HRESULT WINAPI MimeMessage_Commit(
|
|||
DWORD dwFlags)
|
||||
{
|
||||
FIXME("(%p)->(0x%x)\n", iface, dwFlags);
|
||||
return E_NOTIMPL;
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue