http://bugs.winehq.org/show_bug.cgi?id=14866
Roy Shea royshea@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #15415|0 |1 is obsolete| |
--- Comment #5 from Roy Shea royshea@gmail.com 2008-08-21 01:26:50 --- Created an attachment (id=15515) --> (http://bugs.winehq.org/attachment.cgi?id=15515) Add -r support for LZX and MS-ZIP archives
This patch adds support for expanding archives using -r with either LZX or MS-ZIP archives. Renamed files are expanded into the directory containing the archive, as is done in the native version.
The patch is a bit larger than I wanted. The best way I found to extract the expanded name from a MS-ZIP archive uses SetupIterateCabinet with a custom call back.