Files
git/compat
Johannes Schindelin 6f745cc4f1 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>
2018-10-04 21:21:01 +02:00
..
2017-07-05 14:01:03 -07:00
2017-07-05 14:01:03 -07:00
2010-11-23 16:06:50 -08:00
2013-09-11 11:08:52 -07:00
2017-01-23 11:02:34 -08:00
2017-05-08 12:18:19 +09:00