Send LVN_DELETEITEM notification first, to avoid crashes if the app
commita2c2a83f8e5dcb07588ace4931945028b5a3f64a
authorJames Hatheway <james@macadamian.com>
Thu, 15 Feb 2001 21:24:43 +0000 (15 21:24 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 15 Feb 2001 21:24:43 +0000 (15 21:24 +0000)
tree8a33b46f63427774b1cbc95d065c56b34cd9330b
parentb9807b405e5aa24acf6355ea1a3ce9297f206fbd
Send LVN_DELETEITEM notification first, to avoid crashes if the app
requests LVIF_PARAM with LISTVIEW_GetItem() during its LVN_DELETEITEM
message handler.
dlls/comctl32/listview.c