shell32: Don't forget to set stateMask when calling LVM_GETITEM/LVIF_STATE.
authorFrancois Gouget <fgouget@free.fr>
Thu, 5 Oct 2006 09:03:59 +0000 (11:03 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 5 Oct 2006 15:44:37 +0000 (17:44 +0200)
commit4e00d7940d37f8478afc3ead6bbbb68dea4bf582
tree917e1597068751f07b714dec949239380319ebf8
parent7edba14310b65ec1bfe5a69900ce52ffde667a52
shell32: Don't forget to set stateMask when calling LVM_GETITEM/LVIF_STATE.

Remove ZeroMemory() calls and instead set iSubItem = 0 manually.
dlls/shell32/shlview.c