]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
We have a symlink() emulation on Windows. Use it.
authorTim Kientzle <kientzle@gmail.com>
Sun, 6 Sep 2009 18:14:09 +0000 (14:14 -0400)
committerTim Kientzle <kientzle@gmail.com>
Sun, 6 Sep 2009 18:14:09 +0000 (14:14 -0400)
SVN-Revision: 1435

libarchive/archive_windows.h

index 6bdd8796421825374eb503aded43a0420e757305..a95eb6a080f1aa0d8a32f7721a26d0f9c58750c8 100644 (file)
@@ -335,6 +335,9 @@ typedef struct {
 #ifndef HAVE_UTIMES
 #define HAVE_UTIMES 1
 #endif
+#ifndef HAVE_SYMLINK
+#define HAVE_SYMLINK 1
+#endif
 
 /* Replacement POSIX function */
 extern int      __la_chdir(const char *path);