ListView_InsertColumn() question [revised]

Andrew Talbot Andrew.Talbot at talbotville.com
Sat Oct 7 09:45:56 CDT 2006


Dmitry Timoshkov wrote:
> 
> Sorry for the ambiguous answer, I missed "not" in "am I not", and it
> slightly confused me, leading to an inversed logic in thinking.
> 

I should have made the question less verbose. :)

I think we are agreeing that 

    LVCOLUMN * const pcol;

is the correct equivalent of

    const LPLVCOLUMN pcol;

So it would seem that I need to patch commctrl.h, and this should also have
a significance for the cast-qual warning I get for taskmgr/column.c.

Thanks, Dmitry!

-- Andy.





More information about the wine-devel mailing list