Notification NM_CLICK, NM_RCLICK and NM_DBLCLK sent by the listview
commitc5e86a2c195710f117c07dbda5a7c7ea443fdc3d
authorStephane Lussier <stephane@macadamian.com>
Tue, 19 Sep 2000 02:38:45 +0000 (19 02:38 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 19 Sep 2000 02:38:45 +0000 (19 02:38 +0000)
tree44bc8d73a6b150100d5b6aa97d2b16c7e9c56ec7
parent6f07e8abbc1f047a96c7586704fa2db6c662c721
Notification NM_CLICK, NM_RCLICK and NM_DBLCLK sent by the listview
should set lParam to a NMLISTVIEW instead of a NMHDR. According to
MSDN doc, it is like that since version 4.71, Wine is returning 5.0 as
the DLL version.
dlls/comctl32/listview.c