dmstyle: Use a better error for an unimplemented COM class.

oldstable
Michael Stefaniuc 2014-01-15 01:12:35 +01:00 committed by Alexandre Julliard
parent 31c9881f60
commit 6dfae45b3a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ static HRESULT WINAPI create_direct_music_section(REFIID riid, void **ret_iface)
{
FIXME("(%s, %p) stub\n", debugstr_dmguid(riid), ret_iface);
return E_NOINTERFACE;
return CLASS_E_CLASSNOTAVAILABLE;
}
/******************************************************************