git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34935d4
)
Fix symlink.c conditional
v1.3.1
author
Eric Biggers
<ebiggers3@gmail.com>
Fri, 22 Mar 2013 06:10:05 +0000
(
01:10
-0500)
committer
Eric Biggers
<ebiggers3@gmail.com>
Fri, 22 Mar 2013 06:10:05 +0000
(
01:10
-0500)
src/symlink.c
patch
|
blob
|
history
diff --git
a/src/symlink.c
b/src/symlink.c
index 31d4e7c57a25d866c1a8e2fa2e40180fde310f3a..22436cf90786b9620cba3accc3e6e00b008f512c 100644
(file)
--- a/
src/symlink.c
+++ b/
src/symlink.c
@@
-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.