ChangeSet ID: 9464
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/09/22 16:13:33
Modified files:
dlls/winmm/wineaudioio: audio.c
dlls/winmm/winealsa: audio.c
Log message:
Robert Reif <reif(a)earthlink.net>
Volume and Pan driver requests need to return success even though they
are not implemented.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9464
Old revision New revision Changes Path
1.7 1.8 +1 -1 wine/dlls/winmm/wineaudioio/audio.c
1.19 1.20 +1 -1 wine/dlls/winmm/winealsa/audio.c
ChangeSet ID: 9457
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/09/22 14:45:29
Modified files:
tools/wrc : dumpres.c
Log message:
Vincent Béron <vberon(a)mecano.gme.usherb.ca>
Fix strncpyWtoA to actually act as advertised (and not overflow the
input buffer).
Small cleanups of it at the same time.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9457
Old revision New revision Changes Path
1.14 1.15 +3 -5 wine/tools/wrc/dumpres.c
ChangeSet ID: 9456
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/09/22 14:37:55
Modified files:
dlls/advapi32 : crypt.c
Log message:
Marcus Meissner <marcus(a)jet.franken.de>
Print fixmes if we do not find a crypto providers for a specified
type/name and other failures.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9456
Old revision New revision Changes Path
1.25 1.26 +16 -5 wine/dlls/advapi32/crypt.c