shell32: Grow the file list dynamically in SHFileOperation.
commit1110d62752947c82723d1eb252be8e49cac3dfb0
authorAlexandre Julliard <julliard@winehq.org>
Mon, 6 Mar 2006 16:47:57 +0000 (6 17:47 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 6 Mar 2006 16:47:57 +0000 (6 17:47 +0100)
tree321d9da1eb288913ed74ffb1fc70d2c6080393ff
parent23cb632be2265cf9f927cae54237c78dea161358
shell32: Grow the file list dynamically in SHFileOperation.

This avoids searching the same directories twice, once to count the
files and then once for real.
dlls/shell32/shlfileop.c