comctl32: Use GetWindowLong to check for scrollbar.
commit0edb0233a46e7105cb8c88093ca07c741123c8c3
authorDaniel Jelinski <djelinski1@gmail.com>
Fri, 21 Sep 2012 19:58:43 +0000 (21 21:58 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 1 Oct 2012 10:20:09 +0000 (1 12:20 +0200)
tree53361bdd6f5bf698739cb579b91ca53cd6a48d8e
parent3dc0d93f4d9a53dcfbeeb0caa00fad9fda53361d
comctl32: Use GetWindowLong to check for scrollbar.

dwStyle is updated only in WM_STYLECHANGED, which is not sent
when displaying and hiding scrollbars.
dlls/comctl32/listview.c