ChangeSet ID: 12609
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/14 12:58:03
Modified files:
dlls/rpcrt4 : cproxy.c
dlls/oleaut32 : tmarshal.c
dlls/ole32 : oleproxy.c marshal.c
Log message:
Robert Shearman <R.J.Shearman(a)warwick.ac.uk>
- Fix ref count on standard proxy creation.
- Release channel buffer in StdMarshal_UnmarshalInterface, since we no
longer use it and the proxy should have taken a reference on it.
- Add a few comments.
Patch: http://cvs.winehq.org/patch.py?id=12609
Old revision New revision Changes Path
1.7 1.8 +7 -1 wine/dlls/rpcrt4/cproxy.c
1.23 1.24 +1 -0 wine/dlls/oleaut32/tmarshal.c
1.15 1.16 +2 -1 wine/dlls/ole32/oleproxy.c
1.17 1.18 +9 -2 wine/dlls/ole32/marshal.c
ChangeSet ID: 12603
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/14 12:54:45
Modified files:
dlls/winmm/tests: wave.c capture.c
Log message:
Robert Reif <reif(a)earthlink.net>
Removed 11 bit sample size capture test because at least 2
manufacturers sound cards on two different OSs seem to support this.
Added some invalid parameter checks to wave[In,Out]GetDevCaps.
One test is commented out because wine doesn't handle it properly.
Minor info printing cleanup.
Patch: http://cvs.winehq.org/patch.py?id=12603
Old revision New revision Changes Path
1.29 1.30 +21 -7 wine/dlls/winmm/tests/wave.c
1.5 1.6 +14 -21 wine/dlls/winmm/tests/capture.c