Re: Minor dlls/comctl32/tests/listview.c simplification

2010-05-02 Thread Gerald Pfeifer
On Thu, 22 Apr 2010, Nikolay Sivov wrote: > You can't do this, subclassing is important thing here. And you will see > it if you run a test (that you should do before sending patch actually). Thanks, Nikolay. You're perfectly right, that was a silly mistake of mine, no way to put this differentl

Re: Minor dlls/comctl32/tests/listview.c simplification

2010-04-22 Thread Nikolay Sivov
On 4/21/2010 21:32, Gerald Pfeifer wrote: ChangeLog: Remove variable hwndheader which is not really used from test_items. diff --git a/dlls/comctl32/tests/listview.c b/dlls/comctl32/tests/listview.c index 2c5ef70..06f2ddd 100644 --- a/dlls/comctl32/tests/listview.c +++ b/dlls/comctl32/tests/list