http://bugs.winehq.org/show_bug.cgi?id=14513 --- Comment #2 from Cesar Eduardo Barros <cesar.barros(a)gmail.com> 2008-07-20 08:01:58 --- The code which uses CreateHardLinkA can be found at http://repo.or.cz/w/msysgit.git?a=blob;f=share/WinGit/install.iss;h=0f0514d7... . For some reason it doesn't think it's on NTFS, so it doesn't actually call CreateHardLinkA. For when it starts thinking Wine uses NTFS, it would be better to actually implement a stub for both functions (it falls back to copying if CreateHardLink fails). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.