ChangeSet ID: 13000
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/20 17:09:53
Modified files:
dlls/winmm/tests: wave.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Revert my previous incorrect check_position() patch: Windows returns
exactly the number of samples/bytes played (no plus one there).
Modify check_position() to work off the actual number of bytes as
calculated by wave_generate_la(). This fixes problems due to rounding
when duration is not a neat integer.
Round up the frame field when checking TIME_SMPTE.
Patch: http://cvs.winehq.org/patch.py?id=13000
Old revision New revision Changes Path
1.33 1.34 +18 -11 wine/dlls/winmm/tests/wave.c
ChangeSet ID: 12992
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/19 20:22:47
Modified files:
dlls/winmm/tests: wave.c
Log message:
Robert Reif <reif(a)earthlink.net>
Notify when position format not supported.
Test that position is 0 at start.
Patch: http://cvs.winehq.org/patch.py?id=12992
Old revision New revision Changes Path
1.32 1.33 +29 -0 wine/dlls/winmm/tests/wave.c
ChangeSet ID: 12991
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/19 20:22:37
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
If the data table for a called action does not exist (for example
CreateFolders wants a CreateFolder table to read the data from) do not
fail, instead just do not perform the action.
Patch: http://cvs.winehq.org/patch.py?id=12991
Old revision New revision Changes Path
1.31 1.32 +53 -48 wine/dlls/msi/action.c