mingw: use `CreateHardLink()` directly
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 13 Nov 2018 14:37:02 +0000 (06:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Nov 2018 05:41:15 +0000 (14:41 +0900)
The function `CreateHardLink()` is available in all supported Windows
versions (even since Windows XP), so there is no more need to resolve it
at runtime.

Helped-by: Max Kirillov <max@max630.net>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found