ChangeSet ID: 16139 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/02/16 10:09:03
Modified files: dlls/dsound/tests: dsound_test.h dsound8.c dsound.c ds3d8.c ds3d.c dlls/dsound : buffer.c
Log message: Robert Reif reif@earthlink.net Fixed invalid buffer size by rounding up to next multiple of nBlockAlign. Added test to verify buffer rounding behavior.
Patch: http://cvs.winehq.org/patch.py?id=16139
Old revision New revision Changes Path 1.6 1.7 +1 -1 wine/dlls/dsound/tests/dsound_test.h 1.15 1.16 +13 -4 wine/dlls/dsound/tests/dsound8.c 1.45 1.46 +56 -4 wine/dlls/dsound/tests/dsound.c 1.14 1.15 +2 -1 wine/dlls/dsound/tests/ds3d8.c 1.19 1.20 +2 -1 wine/dlls/dsound/tests/ds3d.c 1.46 1.47 +7 -2 wine/dlls/dsound/buffer.c