[Bug 14513] msysgit installer fails due to missing CreateHardLinkA stub

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jul 20 08:01:59 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=14513





--- Comment #2 from Cesar Eduardo Barros <cesar.barros at 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=0f0514d7729228b2be3e9c5c02e48744a99aed7c;hb=HEAD
. 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.



More information about the wine-bugs mailing list