Alexandre Julliard wrote:
hhctrl.ocx: Store a copy of the string pointers to enable freeing them without casting away const.
I've noticed that there is a trend of doing more and more of this type of fix. Is it really worth the performance penalty of doing this instead of adding in an appropriate macro or just not turning on the warning?