ChangeSet ID: 10951
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/02/04 19:48:02
Modified files:
server : request.c
Log message:
Do a protocol error instead of crashing if the reply fd has not been
set.
Patch: http://cvs.winehq.org/patch.py?id=10951
Old revision New revision Changes Path
1.80 1.81 +8 -4 wine/server/request.c
ChangeSet ID: 10946
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/02/04 19:24:28
Modified files:
dlls/winmm/wineoss: midi.c
dlls/winmm/winealsa: midi.c
Log message:
Christian Costa <titan.costa(a)wanadoo.fr>
Added missing notifications to MIDI_NotifyClient.
Made checks less strict in midPrepare, only return an error for buffer
in queue.
Fixed time of input events in Alsa driver.
Patch: http://cvs.winehq.org/patch.py?id=10946
Old revision New revision Changes Path
1.36 1.37 +5 -1 wine/dlls/winmm/wineoss/midi.c
1.6 1.7 +6 -3 wine/dlls/winmm/winealsa/midi.c