comctl32: Rename the dwStyle and dwOldStyle variables in LISTVIEW_SetExtendedListView...
commit7f33e95ca7afc9792b232626e1d29361e8404153
authorRob Shearman <rob@codeweavers.com>
Fri, 22 Feb 2008 19:17:13 +0000 (22 19:17 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 25 Feb 2008 11:02:18 +0000 (25 12:02 +0100)
tree7d38f74092aa85e564a4b3be1fb8bca76eb749cc
parent45f13cefc439c254fd7ab0bf03405945f7898757
comctl32: Rename the dwStyle and dwOldStyle variables in LISTVIEW_SetExtendedListViewStyle to more accurately reflect their purpose.

This also fixes local variable shadowing in the function, which should
be avoided for purposes of code readability.
dlls/comctl32/listview.c