Commit 4d31a25f authored by Alexandre Julliard's avatar Alexandre Julliard

gdiplus: Don't return garbage from the GdipCreateHBITMAPFromBitmap stub.

parent a6b05ea9
......@@ -449,7 +449,7 @@ GpStatus WINGDIPAPI GdipCreateHBITMAPFromBitmap(GpBitmap* bitmap,
{
FIXME("stub\n");
hbmReturn = NULL;
if (hbmReturn) *hbmReturn = NULL;
return NotImplemented;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment