Files
reactos/win32ss/gdi/gdi32
Hermès Bélusca-Maïto e4c4894564 [GDI32] CreateDIBSection: Remove erroneous assignation (#5502)
bmBits is only used and assigned on output. It points (holds the address)
to the array of DIB bit values. The "Bits" parameter is however a pointer
to a variable that will receive the address of that array.
So it makes no sense to initially assign bmBits to the value of the Bits
parameter...
2023-08-06 17:35:23 +02:00
..
2021-09-27 18:19:49 -05:00
2021-09-27 19:08:43 -05:00