ChangeSet ID: 10963
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/02/05 23:20:28
Modified files:
dlls/dsound : primary.c
Log message:
Robert Reif <reif(a)earthlink.net>
Actual buffer format may be different from requested format so use
returned one for calculation.
Patch: http://cvs.winehq.org/patch.py?id=10963
Old revision New revision Changes Path
1.21 1.22 +14 -15 wine/dlls/dsound/primary.c
ChangeSet ID: 10960
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/02/05 23:18:56
Modified files:
windows : win.c
dlls/user/tests: win.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Add a test case and a fix for the window styles state at the window
creation time.
Patch: http://cvs.winehq.org/patch.py?id=10960
Old revision New revision Changes Path
1.234 1.235 +12 -13 wine/windows/win.c
1.15 1.16 +7 -0 wine/dlls/user/tests/win.c