26 Oct
2005
26 Oct
'05
10:10 a.m.
ChangeSet ID: 20828 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)winehq.org 2005/10/26 05:10:34 Modified files: dlls/msi : dialog.c Log message: Mike McCormack <mike(a)codeweavers.com> Switch back to using IPicture to load images. LoadImage did the resizing for us, but doesn't handle jpeg files and requires us writing a temp file, whereas IPicture handles jpeg files and can load directly from a stream. Patch: http://cvs.winehq.org/patch.py?id=20828 Old revision New revision Changes Path 1.52 1.53 +68 -2 wine/dlls/msi/dialog.c