comctl32: Fix LVM_GETITEM/LVIF_STATE so it only returns the bits it
commit20eb2f99987334120327b3eca18297ae894a7185
authorFrancois Gouget <fgouget@free.fr>
Fri, 29 Sep 2006 10:49:01 +0000 (29 12:49 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 3 Oct 2006 18:18:57 +0000 (3 20:18 +0200)
treed4a341e27a10c1822afac80ad41f320cf795fbb0
parent3a03248a7c251760a7bbf247a5df8f31c5a671a7
comctl32: Fix LVM_GETITEM/LVIF_STATE so it only returns the bits it
has been asked for, and sets all the others to zero (with conformance
test).
dlls/comctl32/listview.c
dlls/comctl32/tests/listview.c