VerifyCertification is not always implemented.
This commit is contained in:
parent
bf88644cee
commit
50e67ce558
@ -170,7 +170,7 @@ static void IDirectSound8_test(LPDIRECTSOUND8 dso, BOOL initialized,
|
|||||||
}
|
}
|
||||||
|
|
||||||
rc=IDirectSound8_VerifyCertification(dso, &certified);
|
rc=IDirectSound8_VerifyCertification(dso, &certified);
|
||||||
ok(rc==DS_OK,"IDirectSound8_VerifyCertification() failed: %s\n",
|
ok(rc==DS_OK||rc==E_NOTIMPL,"IDirectSound8_VerifyCertification() failed: %s\n",
|
||||||
DXGetErrorString8(rc));
|
DXGetErrorString8(rc));
|
||||||
|
|
||||||
ref=IDirectSound8_Release(dso);
|
ref=IDirectSound8_Release(dso);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user