[MCI] Added some more cases to MCI_MapMsgAtoW

Christian Costa titan.costa at wanadoo.fr
Fri Feb 25 18:07:00 CST 2005


Hi,

Changelog:
Added some more cases to MCI_MapMsgAtoW.

Christian Costa   titan.costa at wanadoo.fr

-------------- next part --------------
Index: dlls/winmm/mci.c
===================================================================
RCS file: /home/wine/wine/dlls/winmm/mci.c,v
retrieving revision 1.58
diff -u -r1.58 mci.c
--- dlls/winmm/mci.c	18 Feb 2005 12:53:26 -0000	1.58
+++ dlls/winmm/mci.c	25 Feb 2005 22:55:42 -0000
@@ -278,6 +278,11 @@
     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:


More information about the wine-patches mailing list