aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-06-29 12:47:55 -0400
committerNick Mathewson <nickm@torproject.org>2015-06-29 12:47:55 -0400
commit66c73abe039611073d6086e617999d56ac8e73bd (patch)
treeaccd6ab276fd09c62bd325aa56681b7c170b329e /changes
parentcc3a791d5509d16bcf7a5a3d2bc1ec06dc56419c (diff)
downloadtor-66c73abe039611073d6086e617999d56ac8e73bd.tar.gz
tor-66c73abe039611073d6086e617999d56ac8e73bd.zip
Move windows header macros into orconfig.h
This should prevent duplicated code, and lower the likelihood of accidentally making them inconsistent.
Diffstat (limited to 'changes')
-rw-r--r--changes/win-macros7
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/win-macros b/changes/win-macros
new file mode 100644
index 0000000000..a3519c39d3
--- /dev/null
+++ b/changes/win-macros
@@ -0,0 +1,7 @@
+ o Code simplification and refactoring:
+ - Define WINVER and _WIN32_WINNT centrally, in orconfig.h, in order
+ to ensure they remain consistent and visible everywhere.
+
+ - Remove vestigial workarounds for some ancient versions of the MSVC
+ compiler.
+