From: Matteo Bruni mbruni@codeweavers.com
--- dlls/dsound/tests/propset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/dsound/tests/propset.c b/dlls/dsound/tests/propset.c index 3a691c14729..6b39426d12f 100644 --- a/dlls/dsound/tests/propset.c +++ b/dlls/dsound/tests/propset.c @@ -312,7 +312,7 @@ static void propset_private_tests(void) rc = IKsPropertySet_Get(pps, &DSPROPSETID_DirectSoundDevice, DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_1, NULL, 0, &data, sizeof(data), &bytes); - ok(rc==DS_OK, "Couldn't get description: 0x%lx\n",rc); + ok(rc==DS_OK || broken(rc == 0x88780078), "Couldn't get description: 0x%lx\n",rc); } /* test DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_A */ rc = IKsPropertySet_QuerySupport(pps, &DSPROPSETID_DirectSoundDevice,