- Don't use DrawEdge with NULL device context, it's invalid call and
commit0e6c60076fe7dcb927a83096802699866fb816ee
authorFilip Navara <xnavara@volny.cz>
Tue, 7 Dec 2004 14:27:43 +0000 (7 14:27 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 7 Dec 2004 14:27:43 +0000 (7 14:27 +0000)
treedf755aebd36ccd2b8281e4564dc580db0c5e9f3d
parente2b9000b84299bc63043fb7b16a8e084f5bd8b72
- Don't use DrawEdge with NULL device context, it's invalid call and
  sets last error.
- Tooltip icons must be destroyed with DestroyIcon and not with
  DeleteObject.
- Rebar cursors must be destroyed with DestroyCursor and not with
  DeleteObject.
dlls/comctl32/datetime.c
dlls/comctl32/rebar.c
dlls/comctl32/tooltips.c