Fix nasty bug generated by UINT vs. INT (resulted in bogus
authorDimitrie O. Paun <dpaun@rogers.com>
Mon, 7 Oct 2002 22:43:42 +0000 (22:43 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 7 Oct 2002 22:43:42 +0000 (22:43 +0000)
commit783bab61de8962aa6691093f346e0d669599172d
tree1f896d34b5c5b5ba5231c7ae1bfd0c70b6869e57
parent97ffbfad72afa257db9cbb9133769af179d4a208
Fix nasty bug generated by UINT vs. INT (resulted in bogus
comparisons).
Fix LVIR_SELECTBOUNDS computation, for REPORT mode.
Fix dependency generation in GetItemMeasures.
Fix rectangle computation for REPORT mode (corner case problems).
Better debug messages.
Assorted cleanups.
dlls/comctl32/listview.c