You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/06/26 06:40:36 UTC

[lucy-commits] svn commit: r1139711 - /incubator/lucy/trunk/core/Lucy/Store/FSFolder.c

Author: marvin
Date: Sun Jun 26 04:40:36 2011
New Revision: 1139711

URL: http://svn.apache.org/viewvc?rev=1139711&view=rev
Log: (empty)

Modified:
    incubator/lucy/trunk/core/Lucy/Store/FSFolder.c

Modified: incubator/lucy/trunk/core/Lucy/Store/FSFolder.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/Lucy/Store/FSFolder.c?rev=1139711&r1=1139710&r2=1139711&view=diff
==============================================================================
--- incubator/lucy/trunk/core/Lucy/Store/FSFolder.c (original)
+++ incubator/lucy/trunk/core/Lucy/Store/FSFolder.c Sun Jun 26 04:40:36 2011
@@ -287,7 +287,7 @@ S_is_local_entry(const CharBuf *path) {
 
 /***************************************************************************/
 
-#ifdef CHY_HAS_UNISTD_H
+#if (defined(CHY_HAS_UNISTD_H) && !defined(CHY_HAS_WINDOWS_H))
 
 bool_t
 S_hard_link(CharBuf *from_path, CharBuf *to_path) {