ChangeSet ID: 21263
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/11/14 09:12:14
Modified files:
dlls/user/tests: sysparams.c
dlls/user : sysparams.c
Log message:
Rein Klazes <wijn(a)wanadoo.nl>
Fix SysparametersInfoA( SPI_SETICONMETRICS), the A<->W conversion was
rather broken.
Make the SPI_{G|S}ETICONMETRICS functions more consistent with those
for SPI_ICON{HORIZONTAL|VERTICAL}SPACING, SPI_{G|S}ICONTITLEWRAP and
SPI_{G|S}ICONTITLELOGFONT.
Accordingly extend the corresponding tests.
Patch: http://cvs.winehq.org/patch.py?id=21263
Old revision New revision Changes Path
1.42 1.43 +142 -73 wine/dlls/user/tests/sysparams.c
1.40 1.41 +57 -21 wine/dlls/user/sysparams.c