comctl32: cchTextMax needs to be set for LVS_OWNERDATA as it uses LVN_GETDISPINFO notifications

Nikolay Sivov bunglehead at gmail.com
Sat Jan 2 04:42:04 CST 2010


On 1/2/2010 12:48, Jeff Latimer wrote:
> ---
>  dlls/comctl32/listview.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
Actually setting buffer count is noop here, cause buffer pointer is not 
set up for dispInfo.item.
A test required for this - let's say check that an ownerdata listview 
send LVN_GETDISPINFO before
text update and the same thing for callback text (don't remember now 
maybe similar tests are already in).



More information about the wine-devel mailing list