dmstyle: Use a better error for an unimplemented COM class.
This commit is contained in:
parent
31c9881f60
commit
6dfae45b3a
|
@ -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;
|
||||
}
|
||||
|
||||
/******************************************************************
|
||||
|
|
Loading…
Reference in New Issue