From 70e434adeac6394525c71406204d25bce91a5043 Mon Sep 17 00:00:00 2001 From: Kamil Hornicek Date: Thu, 18 Mar 2010 18:55:48 +0000 Subject: [PATCH] [WIN32K] Remove a pedantic assert to allow compressed bitmaps. See issue #5255 for more details. svn path=/trunk/; revision=46266 --- reactos/subsystems/win32/win32k/eng/surface.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/subsystems/win32/win32k/eng/surface.c b/reactos/subsystems/win32/win32k/eng/surface.c index 464e7d0c3c1..5a85d1ac1b6 100644 --- a/reactos/subsystems/win32/win32k/eng/surface.c +++ b/reactos/subsystems/win32/win32k/eng/surface.c @@ -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; -- 2.17.1