Files
git/compat
Johannes Schindelin 96f58de39d getpwuid(mingw): provide a better default for the user name
We do have the excellent GetUserInfoEx() function to obtain more
detailed information of the current user (if the user is part of a
Windows domain); Let's use it.

Suggested by Lutz Roeder.

To avoid the cost of loading Secur32.dll (even lazily, loading DLLs
takes a non-neglibile amount of time), we use the established technique
to load DLLs only when, and if, needed.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2016-01-05 14:49:14 +01:00
..
2014-06-03 12:06:40 -07:00
2016-01-05 14:49:03 +01:00
2013-09-11 11:08:52 -07:00
2013-04-12 12:23:20 -07:00