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
ChangeSet ID: 20823
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/26 05:09:05
Modified files:
dlls/msvcrt : undname.c
Log message:
Eric Pouech <eric.pouech(a)wanadoo.fr>
Previous fix incorrectly removed all test for strings starting with
'?', this is only valid when undname is called with the 'NO_ARGUMENTS'
flags.
Patch: http://cvs.winehq.org/patch.py?id=20823
Old revision New revision Changes Path
1.2 1.3 +2 -0 wine/dlls/msvcrt/undname.c