gdiplus: Add trace to GdipBitmapUnlockBits.
This commit is contained in:
parent
221bde44de
commit
d694679ab6
|
@ -554,6 +554,8 @@ GpStatus WINGDIPAPI GdipBitmapUnlockBits(GpBitmap* bitmap,
|
|||
BOOL bm_is_selected;
|
||||
BITMAPINFO *pbmi;
|
||||
|
||||
TRACE("(%p,%p)\n", bitmap, lockeddata);
|
||||
|
||||
if(!bitmap || !lockeddata)
|
||||
return InvalidParameter;
|
||||
|
||||
|
|
Loading…
Reference in New Issue