]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Move windows header macros into orconfig.h
authorNick Mathewson <nickm@torproject.org>
Mon, 29 Jun 2015 16:47:55 +0000 (12:47 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 29 Jun 2015 16:47:55 +0000 (12:47 -0400)
This should prevent duplicated code, and lower the likelihood of
accidentally making them inconsistent.

changes/win-macros [new file with mode: 0644]

diff --git a/changes/win-macros b/changes/win-macros
new file mode 100644 (file)
index 0000000..a3519c3
--- /dev/null
@@ -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.
+