mirror of
https://github.com/reactos/wine.git
synced 2025-01-19 10:13:01 +00:00
dsound: Fix a failing test for broken drivers.
This commit is contained in:
parent
11e31e580c
commit
f4cbdc96de
@ -631,7 +631,7 @@ static BOOL WINAPI dscenum_callback(LPGUID lpGuid, LPCSTR lpcstrDescription,
|
||||
bufdesc1.lpwfxFormat=&wfx;
|
||||
rc=IDirectSoundCapture_CreateCaptureBuffer(dsco,
|
||||
(DSCBUFFERDESC*)&bufdesc1,&dscbo,NULL);
|
||||
ok(rc==DS_OK,
|
||||
ok(rc==DS_OK || broken(rc==E_INVALIDARG),
|
||||
"IDirectSoundCapture_CreateCaptureBuffer() failed to create a "
|
||||
"%s capture buffer: %s\n",format_string(&wfx),
|
||||
DXGetErrorString8(rc));
|
||||
|
Loading…
x
Reference in New Issue
Block a user