From 18a97389436a304c7f3a1770c5fcd5bda2e80d6c Mon Sep 17 00:00:00 2001 From: Christian Costa Date: Sat, 26 Feb 2005 17:41:11 +0000 Subject: [PATCH] Added some more cases to MCI_MapMsgAtoW. --- dlls/winmm/mci.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dlls/winmm/mci.c b/dlls/winmm/mci.c index a4b6dae4ea9..5a977b3fe18 100644 --- a/dlls/winmm/mci.c +++ b/dlls/winmm/mci.c @@ -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: