Fixed mciInfo.

oldstable
Eric Pouech 1999-12-05 23:09:49 +00:00 committed by Alexandre Julliard
parent c06089d0c5
commit 72da44af4c
1 changed files with 1 additions and 1 deletions

View File

@ -1084,7 +1084,7 @@ static DWORD WAVE_mciInfo(UINT wDevID, DWORD dwFlags, LPMCI_INFO_PARMSA lpParms)
} else {
TRACE("buf=%p, len=%lu\n", lpParms->lpstrReturn, lpParms->dwRetSize);
switch(dwFlags) {
switch (dwFlags & ~(MCI_WAIT|MCI_NOTIFY)) {
case MCI_INFO_PRODUCT:
str = "Wine's audio player";
break;