comctl32: header [3/6]: Add scratch buffers to HEADER_INFO

Alexandre Julliard julliard at winehq.org
Tue Apr 18 14:22:55 CDT 2006


Mikołaj Zalewski <mikolaj at zalewski.pl> writes:

>  These patches tries to correct some bugs in header notification
> messages. This patch adds some buffers that will be used for
> ANSI/Unicode convertions.

It seems a bit wasteful to always keep large buffers around,
especially since in many cases they won't even get used. Allocating
and freeing them as needed would be preferable IMO.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list