diff --git "a/win32ss/gdi/gdi32/objects/bitmap.c" "b/win32ss/gdi/gdi32/objects/bitmap.c" index 332aacb31ec..710de9ce59e 100644 --- "a/win32ss/gdi/gdi32/objects/bitmap.c" +++ "b/win32ss/gdi/gdi32/objects/bitmap.c" @@ -732,7 +732,7 @@ SetDIBitsToDevice( INT src_y = 0; ULONG iFormat, cBitsPixel, cjBits, cjWidth; - #define MaxScanLines 1000 + #define MaxScanLines 6000 #define MaxHeight 2000 #define MaxSourceHeight 2000 #define IS_ALIGNED(Pointer, Alignment) \