ChangeSet ID: 20248
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/16 13:46:54
Modified files:
dlls/gdi : freetype.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Order the bitmap font list by the ansi codepage bit position.
Fix a few comments.
Patch: http://cvs.winehq.org/patch.py?id=20248
Old revision New revision Changes Path
1.103 1.104 +27 -27 wine/dlls/gdi/freetype.c
ChangeSet ID: 20244
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/16 13:45:33
Modified files:
dlls/msi : dialog.c
Log message:
Mike McCormack <mike(a)codeweavers.com>
Load riched20.dll on demand, and unload it after it's used (based on a
patch by Rob Shearman).
Patch: http://cvs.winehq.org/patch.py?id=20244
Old revision New revision Changes Path
1.38 1.39 +14 -7 wine/dlls/msi/dialog.c