mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 00:25:41 +00:00
[WIN32K]
- Remove left-over assert svn path=/trunk/; revision=63922
This commit is contained in:
parent
c8ed53856b
commit
9a96133a37
1 changed files with 0 additions and 1 deletions
|
@ -604,7 +604,6 @@ NtGdiSetDIBitsToDeviceInternal(
|
|||
/* HACK: If this is a RLE bitmap, only the relevant pixels must be set. */
|
||||
if ((bmi->bmiHeader.biCompression == BI_RLE8) || (bmi->bmiHeader.biCompression == BI_RLE4))
|
||||
{
|
||||
ASSERT(ScanLines == bmi->bmiHeader.biHeight);
|
||||
hMaskBitmap = IntGdiCreateMaskFromRLE(bmi->bmiHeader.biWidth,
|
||||
ScanLines,
|
||||
bmi->bmiHeader.biCompression,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue