ChangeSet ID: 10512 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/12/31 13:00:05
Modified files: include : mmsystem.h dlls/winmm/mciavi: wnd.c private_mciavi.h mmoutput.c mciavi.c info.c dlls/winmm : winmm.c mci.c dlls/msvideo : mciwnd.c
Log message: Dmitry Timoshkov dmitry@codeweavers.com Add Unicode->ANSI MCI message mapping, implement mciSendCommandW, fix a bug with a window creation belonging to another hInstance, add support for MCI_WINDOW command in mciavi.drv, add support for MCI_PLAY and MCI_STOP in the MCIWndClass implementation.
Patch: http://cvs.winehq.com/patch.py?id=10512
Old revision New revision Changes Path 1.69 1.70 +7 -7 wine/include/mmsystem.h 1.8 1.9 +17 -12 wine/dlls/winmm/mciavi/wnd.c 1.8 1.9 +1 -1 wine/dlls/winmm/mciavi/private_mciavi.h 1.6 1.7 +2 -3 wine/dlls/winmm/mciavi/mmoutput.c 1.17 1.18 +3 -3 wine/dlls/winmm/mciavi/mciavi.c 1.6 1.7 +2 -2 wine/dlls/winmm/mciavi/info.c 1.27 1.28 +191 -17 wine/dlls/winmm/winmm.c 1.48 1.49 +2 -2 wine/dlls/winmm/mci.c 1.12 1.13 +44 -17 wine/dlls/msvideo/mciwnd.c