[PATCH v3] gdi32/tests: Reserve sufficient room for DIB data.

Dmitry Timoshkov dmitry at baikal.ru
Mon Nov 25 20:38:33 CST 2019


Jeff Smith <whydoubt at gmail.com> wrote:

> -    char data[256];
> +    char data[2048];  /* 2 x 2 pixels, max 64 bits-per-pixel, max 64 planes */

Using data from your original patch I get 2544 bytes.

-- 
Dmitry.



More information about the wine-devel mailing list