mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
[WIN32K]
Remove a pedantic assert to allow compressed bitmaps. See issue #5255 for more details. svn path=/trunk/; revision=46266
This commit is contained in:
parent
5024944fa7
commit
70e434adea
1 changed files with 0 additions and 1 deletions
|
@ -624,7 +624,6 @@ SURFMEM_bCreateDib(IN PDEVBITMAPINFO BitmapInfo,
|
|||
else
|
||||
{
|
||||
/* Compressed surfaces don't have scanlines! */
|
||||
ASSERT(FALSE); // Should not get here on ENGDDI
|
||||
pso->lDelta = 0;
|
||||
pso->cjBits = BitmapInfo->Size;
|
||||
|
||||
|
|
Loading…
Reference in a new issue