Commit acb7207a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

On Windows GetPan() may not return the value that was just set with

SetPan().
parent 1e00ad24
......@@ -421,9 +421,6 @@ void test_buffer(LPDIRECTSOUND dso, LPDIRECTSOUNDBUFFER dsbo,
rc=IDirectSoundBuffer_SetPan(dsbo,pan);
ok(rc==DS_OK,"SetPan failed: 0x%lx\n",rc);
rc=IDirectSoundBuffer_GetPan(dsbo,&val);
ok(val==pan,"volume=%ld instead of %ld\n",val,pan);
} else {
/* DSOUND: Error: Buffer does not have CTRLPAN */
rc=IDirectSoundBuffer_GetPan(dsbo,&pan);
......
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