gdi32: Implement CreateBitmapIndirect on top of CreateBitmap.
commit505a6b9cffa5e7081bce4326c15f4f960601760f
authorJacek Caban <jacek@codeweavers.com>
Mon, 5 Jul 2021 11:40:45 +0000 (5 13:40 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 5 Jul 2021 15:39:29 +0000 (5 17:39 +0200)
treeaa8211f705e4876b2f7b4c347c1086c210e1d7fe
parentf5c117fb78b8530a31fb15eff7936b1b37aef7de
gdi32: Implement CreateBitmapIndirect on top of CreateBitmap.

Instead of the other way around.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/gdi32/bitmap.c
dlls/gdi32/objects.c