Remove redundant GUID check.
This commit is contained in:
parent
47361da574
commit
b46a106ab1
|
@ -930,8 +930,7 @@ IDirectSoundCaptureBufferImpl_QueryInterface(
|
||||||
|
|
||||||
*ppobj = NULL;
|
*ppobj = NULL;
|
||||||
|
|
||||||
if ( IsEqualGUID( &IID_IDirectSoundNotify, riid ) ||
|
if ( IsEqualGUID( &IID_IDirectSoundNotify, riid ) ) {
|
||||||
IsEqualGUID( &IID_IDirectSoundNotify8, riid ) ) {
|
|
||||||
if (!This->notify)
|
if (!This->notify)
|
||||||
hres = IDirectSoundCaptureNotifyImpl_Create(This, &This->notify);
|
hres = IDirectSoundCaptureNotifyImpl_Create(This, &This->notify);
|
||||||
if (This->notify) {
|
if (This->notify) {
|
||||||
|
|
Loading…
Reference in New Issue