ChangeSet ID: 12486
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/05/27 22:43:22
Modified files:
dlls/setupapi : dirid.c Makefile.in
Log message:
Added support for dirids that map to a CSIDL value (based on a patch
by Mike McCormack).
Patch: http://cvs.winehq.org/patch.py?id=12486
Old revision New revision Changes Path
1.7 1.8 +26 -0 wine/dlls/setupapi/dirid.c
1.25 1.26 +1 -0 wine/dlls/setupapi/Makefile.in
ChangeSet ID: 12482
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/05/27 15:05:08
Modified files:
dlls/winmm : winmm.c lolvldrv.c
Log message:
Robert Reif <reif(a)earthlink.net>
Fixed a problem were a trace accesses a data member that may be
outside of the actual data structure passed in.
Added some more debug traces.
Patch: http://cvs.winehq.org/patch.py?id=12482
Old revision New revision Changes Path
1.33 1.34 +16 -6 wine/dlls/winmm/winmm.c
1.56 1.57 +19 -0 wine/dlls/winmm/lolvldrv.c
ChangeSet ID: 12477
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/05/27 15:00:26
Modified files:
dlls/winmm/tests: winmm_test.h wave.c capture.c
Log message:
Robert Reif <reif(a)earthlink.net>
Added WAVE_MAPPED flag test.
Added 8000 Hz test as a typically supported format.
Added 12000 Hz test as a typically unsupported format.
Test error reporting better by testing unsupported formats.
Test using PCMWAVEFORMAT in place of WAVEFORMATEX.
Patch: http://cvs.winehq.org/patch.py?id=12477
Old revision New revision Changes Path
1.2 1.3 +5 -0 wine/dlls/winmm/tests/winmm_test.h
1.25 1.26 +98 -47 wine/dlls/winmm/tests/wave.c
1.2 1.3 +75 -31 wine/dlls/winmm/tests/capture.c