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.