Use DeleteDC instead of DeleteObject to free HDCs (spotted by Dietrich
commit0fe326c499ffd672b5b4255df96b48436cc4707c
authorDimitrie O. Paun <dpaun@rogers.com>
Mon, 18 Nov 2002 19:45:22 +0000 (18 19:45 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Nov 2002 19:45:22 +0000 (18 19:45 +0000)
treeb3d2b90f1e14e6ed420e51b44b714ba86363114f
parent27faf02e0b44c689d343c9d7f120d172c15d4a0f
Use DeleteDC instead of DeleteObject to free HDCs (spotted by Dietrich
Teickner <Dietrich_Teickner@t-online.de>).
Clear the imagelist structure on deletion, as some stupid apps free
imagelists multiple times.
dlls/comctl32/imagelist.c