mirror of
https://github.com/reactos/reactos.git
synced 2025-02-20 15:35:04 +00:00
[win32k]
- Arch, stop breaking msvc build already svn path=/trunk/; revision=52185
This commit is contained in:
parent
a75f5b6375
commit
a7abbd0f7e
1 changed files with 2 additions and 2 deletions
|
@ -43,11 +43,11 @@ BOOLEAN DIB_XXBPP_StretchBlt(SURFOBJ *DestSurf, SURFOBJ *SourceSurf, SURFOBJ *Ma
|
|||
|
||||
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue