diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-27 09:09:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-27 09:12:57 -0400 |
commit | 3930416dec02f801ee9c0e1d99fd782c414ffef0 (patch) | |
tree | c716bee781aa0657c6a8df2da646164cbe3b5d4c /changes | |
parent | 42b3caa6ad70106e7bca90bceca378b91045f545 (diff) | |
download | tor-3930416dec02f801ee9c0e1d99fd782c414ffef0.tar.gz tor-3930416dec02f801ee9c0e1d99fd782c414ffef0.zip |
Link GetAdaptersAddresses, rather than loading it on-demand.
This function has been present since Windows XP.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/iphplapi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/iphplapi b/changes/iphplapi new file mode 100644 index 0000000000..806f71c3f3 --- /dev/null +++ b/changes/iphplapi @@ -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. |