Added a more truthful message about what really is wrong.

oldstable
Johan Gill 2001-01-06 00:36:14 +00:00 committed by Alexandre Julliard
parent 268b5555ac
commit d8dea427c1
1 changed files with 7 additions and 0 deletions

View File

@ -1769,6 +1769,13 @@ static HRESULT WINAPI IDirectSoundBufferImpl_QueryInterface(
return S_OK;
}
#else
if ( IsEqualGUID( &IID_IDirectSound3DBuffer, riid ) ) {
FIXME("%s: I know about this GUID, but don't support it yet\n",
debugstr_guid( riid ));
*ppobj = NULL;
return E_FAIL;
}
#endif
if ( IsEqualGUID( &IID_IDirectSound3DListener, riid ) ) {