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
..
include
main
misc
objects [GDI32] CreateDIBSection: Remove erroneous assignation (#5502) 2023-08-06 17:35:23 +02:00
wine
CMakeLists.txt
gdi32.rc
gdi32.spec
good api.def