ChangeSet ID: 11222
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/02/23 19:22:18
Modified files:
dlls/winmm/wineoss: midi.c
Log message:
Christian Costa <titan.costa(a)wanadoo.fr>
Replaced the timer and its callback by a thread for receiving midi in
events.
Handled DRVM_EXIT in OSS_midMessage.
Patch: http://cvs.winehq.org/patch.py?id=11222
Old revision New revision Changes Path
1.37 1.38 +85 -41 wine/dlls/winmm/wineoss/midi.c
ChangeSet ID: 11217
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/02/23 19:07:52
Modified files:
dlls/winedos : int21.c
Log message:
Changed handling of special DOS devices to use real file handles
instead of the server device object.
Patch: http://cvs.winehq.org/patch.py?id=11217
Old revision New revision Changes Path
1.52 1.53 +246 -49 wine/dlls/winedos/int21.c