ChangeSet ID: 15400
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/12 13:48:20
Modified files:
dlls/ole32 : marshal.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Remove wine_marshal_data: it is unneeded and there is no equivalent in
STDOBJREF.
Patch: http://cvs.winehq.org/patch.py?id=15400
Old revision New revision Changes Path
1.47 1.48 +1 -18 wine/dlls/ole32/marshal.c
ChangeSet ID: 15398
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/12 13:29:22
Modified files:
dlls/avifil32 : icmstream.c acmstream.c
Log message:
Paul Vriens <Paul.Vriens(a)xs4all.nl>
- Fix logic in Stream_fnRelease, refcount should be decremented before
the test for 0.
- Use Interlocked* functions in Stream_fnRelease .
- Store the result of the Interlocked functions and this in the
TRACE.
Patch: http://cvs.winehq.org/patch.py?id=15398
Old revision New revision Changes Path
1.13 1.14 +4 -3 wine/dlls/avifil32/icmstream.c
1.14 1.15 +4 -3 wine/dlls/avifil32/acmstream.c
ChangeSet ID: 15395
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/12 13:28:16
Modified files:
dlls/user : sysparams.c
Log message:
Justin Chevrier <jchevrier(a)nexicom.net>
- Revert previous change of border metric to reference the
registry. Testing on Win98/WinXP showed that regardless of the
"BorderWidth" value CM_C{X,Y}BORDER always returns 1.
- Point SPI_SETBORDER to "BorderWidth" under "HKCU\Control
Panel\Desktop\WindowMetrics" instead of "HKCU\Control Panel\Desktop"
to make it match Windows.
Patch: http://cvs.winehq.org/patch.py?id=15395
Old revision New revision Changes Path
1.4 1.5 +6 -2 wine/dlls/user/sysparams.c