Added some more cases to MCI_MapMsgAtoW.
This commit is contained in:
parent
aeb3e1d2d4
commit
18a9738943
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue