Skip to content
Snippets Groups Projects
Commit 72da44af authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard
Browse files

Fixed mciInfo.

parent c06089d0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment