http://bugs.winehq.org/show_bug.cgi?id=14513
--- Comment #2 from Cesar Eduardo Barros cesar.barros@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).