]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Use CreateHardLinkW and CreateSymbolicLinkW directly on Vista+ builds
authorSteve Lhomme <robux4@ycbcr.xyz>
Thu, 25 May 2023 07:53:49 +0000 (09:53 +0200)
committerMartin Matuška <martin@matuska.de>
Thu, 13 Jul 2023 22:27:45 +0000 (00:27 +0200)
commit86641b9ab5c1020dbe1ca089bd002fc3e85841a5
tree3e30a5a61c756066d6fe0f4fc68fd984225c86a8
parent75e209efa2b78f75f8a3c175f39b7e6e7937f2cd
Use CreateHardLinkW and CreateSymbolicLinkW directly on Vista+ builds

No need to load the kernel library manually. It's always available. It's not
possible to load it in Universal Windows Platform (UWP) builds anyway.

No need to load the kernel library manually. It's always available. It's not
possible to load it in Universal Windows Platform (UWP) builds anyway.
libarchive/archive_write_disk_windows.c