Switch back to using IPicture to load images. LoadImage did the
commit2cb23165579496dcda118e706fd131a070349ba8
authorMike McCormack <mike@codeweavers.com>
Wed, 26 Oct 2005 10:10:34 +0000 (26 10:10 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 26 Oct 2005 10:10:34 +0000 (26 10:10 +0000)
tree9d6b8f09ee734f8a8fce7471db887166104f3445
parent62d3ab9bd0c7fc017aba28d5b87c3e06ac664bf1
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.
dlls/msi/dialog.c