Always use CreateHardLink() on Windows.
---------------------------------------

                 Key: LUCY-161
                 URL: https://issues.apache.org/jira/browse/LUCY-161
             Project: Lucy
          Issue Type: Bug
          Components: Store
    Affects Versions: 0.1.0 (incubating)
            Reporter: Marvin Humphrey
            Priority: Minor
             Fix For: 0.1.1 (incubating)


FSFolder's Hard_Link() method has been set to prefer link() from
unistd.h, but this causes problems under Strawberry Perl where GCC 
provides unistd.h without link().  The solution is to always prefer
CreateHardLink() when windows.h is available.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to