Added some more cases to MCI_MapMsgAtoW.

This commit is contained in:
Christian Costa 2005-02-26 17:41:11 +00:00 committed by Alexandre Julliard
parent aeb3e1d2d4
commit 18a9738943
1 changed files with 5 additions and 0 deletions

View File

@ -278,6 +278,11 @@ static int MCI_MapMsgAtoW(UINT msg, DWORD_PTR dwParam1, DWORD_PTR *dwParam2)
case MCI_UPDATE:
case MCI_RESUME:
case MCI_DELETE:
case MCI_MONITOR:
case MCI_SETAUDIO:
case MCI_SIGNAL:
case MCI_SETVIDEO:
case MCI_LIST:
return 0;
case MCI_OPEN: