Closed k-takata closed 6 years ago
Linking ntdll.dll has unexpected side effects. See: https://github.com/golang/go/issues/12030
Starting from Go 1.8, it is not necessary to link ntdll.dll and msvcrt.dll explicitly. Link them explicitly only for < 1.8. See: https://golang.org/cl/30737
It seems that explictly linking to msvcrt.dll doesn't cause problems according to the issue and the PR, but it is unnecessary.
ntdll.dll definitely shouldn't be explictly linked.
Many thanks for your work!
Linking ntdll.dll has unexpected side effects. See: https://github.com/golang/go/issues/12030
Starting from Go 1.8, it is not necessary to link ntdll.dll and msvcrt.dll explicitly. Link them explicitly only for < 1.8. See: https://golang.org/cl/30737