winmm: Print full flag values in traces.
This commit is contained in:
parent
13700585b1
commit
6c3aac3e4a
|
@ -1731,7 +1731,7 @@ static DWORD MCI_Open(DWORD dwParam, LPMCI_OPEN_PARMSW lpParms)
|
|||
MCI_OPEN_ALIAS|MCI_OPEN_TYPE|MCI_OPEN_TYPE_ID| \
|
||||
MCI_NOTIFY|MCI_WAIT)
|
||||
if ((dwParam & ~WINE_MCIDRIVER_SUPP) != 0)
|
||||
FIXME("Unsupported yet dwFlags=%08X\n", dwParam & ~WINE_MCIDRIVER_SUPP);
|
||||
FIXME("Unsupported yet dwFlags=%08X\n", dwParam);
|
||||
#undef WINE_MCIDRIVER_SUPP
|
||||
|
||||
strDevTyp[0] = 0;
|
||||
|
|
|
@ -4314,7 +4314,7 @@ UINT WINAPI mixerGetLineInfoW(HMIXEROBJ hmix, LPMIXERLINEW lpmliW, DWORD fdwInfo
|
|||
return MIXERR_INVALLINE;
|
||||
}
|
||||
|
||||
TRACE("Returning INVALFLAG on these flags: %x\n", fdwInfo & MIXER_GETLINEINFOF_QUERYMASK);
|
||||
TRACE("Returning INVALFLAG on these flags: %x\n", fdwInfo);
|
||||
return MMSYSERR_INVALFLAG;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue