You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Base.subproject: correct home directory handling on Windows
Prefer to use `NetUserGetInfo` over enumerating all users as that is
unnecessary. Correct the string handling where we used
`CFStringCreateWithBytesNoCopy` which expects the input to be in an
8-bit encoding which we do not use (nor does Windows support for the SAM
access). This corrects the string manipulation which improves the test
suite pass rate though some errors still remain.
0 commit comments