summaryrefslogtreecommitdiffstats
path: root/varint.h
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2018-10-23 12:51:49 +0200
committerJunio C Hamano <gitster@pobox.com>2018-10-24 07:48:00 +0200
commitc6f050a4349339f812cdc3131ce104057424f492 (patch)
treeb96f4e292ffcbfd808dc4209c5a0dade4a49e8f6 /varint.h
parentFifth batch for 2.20 (diff)
downloadgit-c6f050a4349339f812cdc3131ce104057424f492.tar.xz
git-c6f050a4349339f812cdc3131ce104057424f492.zip
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>
Diffstat (limited to 'varint.h')
0 files changed, 0 insertions, 0 deletions