Commit 50e67ce5 authored by Robert Reif's avatar Robert Reif Committed by Alexandre Julliard

VerifyCertification is not always implemented.

parent bf88644c
......@@ -170,7 +170,7 @@ static void IDirectSound8_test(LPDIRECTSOUND8 dso, BOOL initialized,
}
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));
ref=IDirectSound8_Release(dso);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment