Link GetAdaptersAddresses, rather than loading it on-demand.

This function has been present since Windows XP.
This commit is contained in:
Nick Mathewson
2018-06-27 09:09:10 -04:00
parent 42b3caa6ad
commit 3930416dec
6 changed files with 22 additions and 40 deletions
+4
View File
@@ -0,0 +1,4 @@
o Removed features:
- Tor no longer attempts to run on Windows environments without the
GetAdaptersAddresses() function. This function has existed since
Windows XP, which is itself already older than we support.