ChangeSet ID: 9141
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/08/29 17:12:15
Modified files:
dlls/winmm/wineoss: audio.c
Log message:
Mike Hearn <mike(a)theoretic.com>
Fixed the error message in Wave(In|Out)Init, it used to give a
confusing message, now uses strerror.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9141
Old revision New revision Changes Path
1.91 1.92 +3 -2 wine/dlls/winmm/wineoss/audio.c
ChangeSet ID: 9138
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/08/29 17:10:25
Modified files:
dlls/comctl32 : imagelist.c
Log message:
Mike Hearn <mike(a)theoretic.com>
Avoid division by zero when the imagelist is created with a width of
zero (ie no images).
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9138
Old revision New revision Changes Path
1.75 1.76 +4 -1 wine/dlls/comctl32/imagelist.c