ChangeSet ID: 20029
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/07 04:23:34
Modified files:
dlls/kernel : path.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Fix the translation of dest to DestW, having it be NULL vs "" has
different meanings for MoveFileEx.
Patch: http://cvs.winehq.org/patch.py?id=20029
Old revision New revision Changes Path
1.23 1.24 +7 -1 wine/dlls/kernel/path.c
ChangeSet ID: 20027
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/07 04:23:04
Modified files:
dlls/oleaut32 : tmarshal.c
Log message:
Marcus Meissner <meissner(a)suse.de>
VT_PTR->VT_USERDEFINED chains depend on the TKIND of the userdefined
type due to our handling of COM interfaces in there.
Patch: http://cvs.winehq.org/patch.py?id=20027
Old revision New revision Changes Path
1.64 1.65 +56 -4 wine/dlls/oleaut32/tmarshal.c
ChangeSet ID: 20024
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/07 04:21:50
Modified files:
dlls/gdi : gdi_private.h freetype.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Add infrastructure for font linking. WineEngGetLinkedHFont will be
used by ExtTextOut to provide an HFONT that will contain a valid
glyph.
Patch: http://cvs.winehq.org/patch.py?id=20024
Old revision New revision Changes Path
1.26 1.27 +1 -0 wine/dlls/gdi/gdi_private.h
1.94 1.95 +139 -5 wine/dlls/gdi/freetype.c