Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.1.0 (incubating)
-
None
Description
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.