diff --git a/reactos/win32ss/gdi/eng/stretchblt.c b/reactos/win32ss/gdi/eng/stretchblt.c index ee0de15cfcf..c04af3fe8e8 100644 --- a/reactos/win32ss/gdi/eng/stretchblt.c +++ b/reactos/win32ss/gdi/eng/stretchblt.c @@ -384,10 +384,10 @@ IntEngStretchBlt(SURFOBJ *psoDest, LONG InputClWidth, InputClHeight, InputWidth, InputHeight; ASSERT(psoDest); - ASSERT(psoSource); + //ASSERT(psoSource); // FIXME! ASSERT(DestRect); - ASSERT(SourceRect); - ASSERT(!RECTL_bIsEmptyRect(SourceRect)); + //ASSERT(SourceRect); // FIXME! + //ASSERT(!RECTL_bIsEmptyRect(SourceRect)); // FIXME! /* If no clip object is given, use trivial one */ if (!ClipRegion) ClipRegion = &gxcoTrivial.ClipObj;