remove a sneaky little bugger

svn path=/trunk/; revision=30019
This commit is contained in:
Ged Murphy 2007-10-31 16:27:40 +00:00
parent 9c27060580
commit 01e884dc2d

View file

@ -111,7 +111,7 @@ NtGdiCreateBitmap(
UINT cjBits = BITMAPOBJ_GetWidthBytes(Width, BitsPixel) * Height;
ProbeForRead(pUnsafeBits, cjBits, 1);
}
DPRINT1("calling IntGdiCreateBitmap 1\n");
if (0 == Width || 0 == Height)
{
hBitmap = IntGdiCreateBitmap (1, 1, 1, 1, NULL);