Skip to content

gdi32: Use the maximum number of colours when biClrUsed is zero.

Zhiyi Zhang requested to merge zhiyi/wine:tally-qr-code-fix into master

Fix a regression from 225004e1. According to MSDN, if the biClrUsed field is zero, the bitmap should use the maximum number of colours corresponding to the value of the biBitCount member for the compression mode specified by biCompression.

Merge request reports

Loading