comctl32/listview: Use proper A/W call to measure item text string

Nikolay Sivov nsivov at codeweavers.com
Sun Sep 26 14:16:54 CDT 2010


  Spotted while testing for http://bugs.winehq.org/show_bug.cgi?id=24336

The problem is that we use GetTextExtentPoint32W for ansi strings too, 
with this patch notification depends on isW flag, created edit control 
depends on it and finally string length calculation depends too.

P.S. doesn't fix original bug though.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0007-Use-proper-A-W-call-to-measure-item-text-string.patch
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100926/9486914c/attachment.asc>


More information about the wine-patches mailing list