gdiplus: Don't return garbage from the GdipCreateHBITMAPFromBitmap stub.
This commit is contained in:
parent
a6b05ea96c
commit
4d31a25f50
|
@ -449,7 +449,7 @@ GpStatus WINGDIPAPI GdipCreateHBITMAPFromBitmap(GpBitmap* bitmap,
|
|||
{
|
||||
FIXME("stub\n");
|
||||
|
||||
hbmReturn = NULL;
|
||||
if (hbmReturn) *hbmReturn = NULL;
|
||||
|
||||
return NotImplemented;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue