ChangeSet ID: 14501
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/11/19 12:14:47
Modified files:
dlls/shell32 : memorystream.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Use more specific error codes than E_FAIL, where possible.
- Move vtable to end, give it the const modifier, and remove unneeded
function declarations.
Patch: http://cvs.winehq.org/patch.py?id=14501
Old revision New revision Changes Path
1.18 1.19 +25 -37 wine/dlls/shell32/memorystream.c
ChangeSet ID: 14498
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/11/19 12:10:47
Modified files:
dlls/x11drv : xrender.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Fallback to some sensible default values when underlining and striking
out bitmap fonts.
Rotate the strikeout line if the escapement is non-zero.
Patch: http://cvs.winehq.org/patch.py?id=14498
Old revision New revision Changes Path
1.49 1.50 +34 -18 wine/dlls/x11drv/xrender.c