1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-31 02:36:12 +02:00
git/contrib/credential
Johannes Schindelin c6f050a434 mingw: load system libraries the recommended way
When we access IPv6-related functions, we load the corresponding system
library using the `LoadLibrary()` function, which is not the recommended
way to load system libraries.

In practice, it does not make a difference: the `ws2_32.dll` library
containing the IPv6 functions is already loaded into memory, so
LoadLibrary() simply reuses the already-loaded library.

Still, recommended way is recommended way, so let's use that instead.

While at it, also adjust the code in contrib/ that loads system libraries.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-10-24 14:48:00 +09:00
..
gnome-keyring Replace Free Software Foundation address in license notices 2017-11-09 13:21:21 +09:00
libsecret Merge branch 'tz/fsf-address-update' 2017-11-15 12:14:34 +09:00
netrc git-credential-netrc: make "all" default target of Makefile 2018-06-18 14:58:59 -07:00
osxkeychain credential-osxkeychain: support more protocols 2013-05-28 11:29:47 -07:00
wincred mingw: load system libraries the recommended way 2018-10-24 14:48:00 +09:00