Better support very long strings by avoiding to copy them in a fixed
commit7e5f828b127baa31e6b4df281fc13883290112b7
authorFrancois Gouget <fgouget@psn.net>
Sat, 25 Dec 1999 22:57:17 +0000 (25 22:57 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 25 Dec 1999 22:57:17 +0000 (25 22:57 +0000)
tree9a81795674b08bd9fb3f289b776fbfa35d7f68ab
parente175445eae9b777d5b7afc79f7e0b86b252a2829
Better support very long strings by avoiding to copy them in a fixed
size buffer (one exception partly remains: callback strings).
Raise the buffer size to 512 characters.
Merge the handling of item 0 and other items together in GetItemA to
reduce code duplication.
dlls/comctl32/listview.c