]> wimlib.net Git - wimlib/commitdiff
Fix symlink.c conditional v1.3.1
authorEric Biggers <ebiggers3@gmail.com>
Fri, 22 Mar 2013 06:10:05 +0000 (01:10 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 22 Mar 2013 06:10:05 +0000 (01:10 -0500)
src/symlink.c

index 31d4e7c57a25d866c1a8e2fa2e40180fde310f3a..22436cf90786b9620cba3accc3e6e00b008f512c 100644 (file)
@@ -31,7 +31,7 @@
 
 /* None of this file is ever needed in Win32 builds because the reparse point
  * buffers are not parsed. */
-#if !defined(__WIN32__) && !defined(WITH_FUSE)
+#if !defined(__WIN32__) || defined(WITH_FUSE)
 
 /*
  * Find the symlink target of a symbolic link or junction point in the WIM.