gdiplus: Add trace to GdipBitmapUnlockBits.

oldstable
Vincent Povirk 2009-12-18 16:07:12 -06:00 committed by Alexandre Julliard
parent 221bde44de
commit d694679ab6
1 changed files with 2 additions and 0 deletions

View File

@ -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;