]> git.ipfire.org Git - thirdparty/libarchive.git/commit
New Windows-only support to populate an archive entry from
authorTim Kientzle <kientzle@gmail.com>
Thu, 24 Sep 2009 15:16:11 +0000 (11:16 -0400)
committerTim Kientzle <kientzle@gmail.com>
Thu, 24 Sep 2009 15:16:11 +0000 (11:16 -0400)
commit25d86a24c56527f0ecc84db3ea6b672f76f1c9ed
treed9377a3da33b40b8421ca2c46eed552582421f7a
parent995b3c4ab6df808b6a55f166bc926dcc641024f3
New Windows-only support to populate an archive entry from
a BY_HANDLE_FILE_INFORMATION structure (which is really
the Windows version of "struct stat").

SVN-Revision: 1467
libarchive/CMakeLists.txt
libarchive/archive_entry_copy_bhfi.c [new file with mode: 0644]