浏览代码

Move windows header macros into orconfig.h

This should prevent duplicated code, and lower the likelihood of
accidentally making them inconsistent.
Nick Mathewson 10 年之前
父节点
当前提交
66c73abe03
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      changes/win-macros

+ 7 - 0
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.
+