shell32: fix SHFileOperation copying to an empty file list

Vincent Povirk madewokherd+d41d at gmail.com
Sat May 31 20:10:33 CDT 2008


On Windows, copying files to an empty file list copies each file to
the working directory, truncating each filename to 8.3 format. See bug
13394.

I'm not very happy about the way I implemented this (a special loop
just for the weird case), but it doesn't seem possible to use the
current copy_files loop. This is too different from what the function
does in every other possible situation.

-- 
Vincent Povirk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-shell32-fix-SHFileOperation-copying-to-an-empty-fil.patch
Type: text/x-diff
Size: 4173 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080531/c0ddabbe/attachment.patch 


More information about the wine-patches mailing list