]> wimlib.net Git - wimlib/blobdiff - src/symlink.c
Fix symlink.c conditional
[wimlib] / 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.