gdiplus-GdipCreateBitmapFromHBITMAP: Add reference to a bug report.

This commit is contained in:
Zebediah Figura 2019-12-23 09:52:34 -06:00
parent 8218a78955
commit 3371e62824
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1 @@
Fixes: [48338] Unknown application paints GIF images incorrectly.

View File

@ -52,7 +52,7 @@ usage()
# Get the upstream commit sha
upstream_commit()
{
echo "6dd84c53b55ecfa2e2735a914cb126fa0c4b23a5"
echo "6e986bbd810890339569f82aca39273e41427f24"
}
# Show version information
@ -4142,6 +4142,9 @@ fi
# Patchset gdiplus-GdipCreateBitmapFromHBITMAP
# |
# | This patchset fixes the following Wine bugs:
# | * [#48338] Unknown application paints GIF images incorrectly.
# |
# | Modified files:
# | * dlls/gdiplus/image.c, dlls/gdiplus/tests/image.c
# |