mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
remove a sneaky little bugger
svn path=/trunk/; revision=30019
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user