1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-08-14 15:45:56 +00:00

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
commit 01e884dc2d

View file

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