winmm: Fix a failing mixer test on 98 and ME.
This commit is contained in:
parent
5c19a62f50
commit
bba54cd407
@ -379,8 +379,9 @@ static void mixer_test_deviceA(int device)
|
|||||||
"mixerOpen: MMSYSERR_NOERROR expected, got %s\n",mmsys_error(rc));
|
"mixerOpen: MMSYSERR_NOERROR expected, got %s\n",mmsys_error(rc));
|
||||||
if (rc==MMSYSERR_NOERROR) {
|
if (rc==MMSYSERR_NOERROR) {
|
||||||
rc=mixerOpen(&mix, device, 0, 0, CALLBACK_FUNCTION);
|
rc=mixerOpen(&mix, device, 0, 0, CALLBACK_FUNCTION);
|
||||||
ok(rc==MMSYSERR_INVALFLAG,
|
ok(rc==MMSYSERR_INVALFLAG
|
||||||
"mixerOpen: MMSYSERR_INVALFLAG expected, got %s\n", mmsys_error(rc));
|
|| rc==MMSYSERR_NOTSUPPORTED, /* 98/ME */
|
||||||
|
"mixerOpen: MMSYSERR_INVALFLAG or MMSYSERR_NOTSUPPORTED expected, got %s\n", mmsys_error(rc));
|
||||||
|
|
||||||
for (d=0;d<capsA.cDestinations;d++) {
|
for (d=0;d<capsA.cDestinations;d++) {
|
||||||
MIXERLINEA mixerlineA;
|
MIXERLINEA mixerlineA;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user