ChangeSet ID: 998330495857013455126435
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/08/20 14:01:35
Modified files:
dlls/kernel : comm.c
Log message:
Mike McCormack <mike_mccormack(a)start.com.au>
Store the comm error value in the wineserver, not a global.
Patch: http://cvs.winehq.com/patch.py?id=998330495857013455126435
Revision Changes Path
1.39 +49 -35 wine/dlls/kernel/comm.c
ChangeSet ID: 998330350568527576513588
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/08/20 13:59:10
Modified files:
dlls/oleaut32 : olefont.c
Log message:
Marcus Meissner <marcus(a)jet.franken.de>
We need to make a copy of the fontname and the HFONT handle in
IFont_Clone, otherwise we get memory corruption and bad GDI handles.
Patch: http://cvs.winehq.com/patch.py?id=998330350568527576513588
Revision Changes Path
1.12 +34 -2 wine/dlls/oleaut32/olefont.c