Author: gadamopoulos
Date: Sat Jun 11 12:03:38 2011
New Revision: 52185
URL:
http://svn.reactos.org/svn/reactos?rev=52185&view=rev
Log:
[win32k]
- Arch, stop breaking msvc build already
Modified:
trunk/reactos/subsystems/win32/win32k/dib/stretchblt.c
Modified: trunk/reactos/subsystems/win32/win32k/dib/stretchblt.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/di…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/dib/stretchblt.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/dib/stretchblt.c [iso-8859-1] Sat Jun 11
12:03:38 2011
@@ -43,10 +43,10 @@
LONG PatternX = 0, PatternY = 0;
- ASSERT(IS_VALID_ROP4(ROP));
-
BOOL UsesSource = ROP4_USES_SOURCE(ROP);
BOOL UsesPattern = ROP4_USES_PATTERN(ROP);
+
+ ASSERT(IS_VALID_ROP4(ROP));
fnDest_GetPixel =
DibFunctionsForBitmapFormat[DestSurf->iBitmapFormat].DIB_GetPixel;
fnDest_PutPixel =
DibFunctionsForBitmapFormat[DestSurf->iBitmapFormat].DIB_PutPixel;