aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-07-30 11:14:15 -0400
committerNick Mathewson <nickm@torproject.org>2015-07-30 11:14:15 -0400
commitbeac91cf086de0178ef628778a90f3cec7e51e84 (patch)
treed8c51ae990ef787d7f855ea2fd3de97ffaea41b9 /changes
parent7b7cb0d779ee3ea9ff9e1cd8682662c3d0ce6813 (diff)
downloadtor-beac91cf086de0178ef628778a90f3cec7e51e84.tar.gz
tor-beac91cf086de0178ef628778a90f3cec7e51e84.zip
Wrap windows-only C files in #ifdef _WIN32
This should make some scripts and IDEs happier.
Diffstat (limited to 'changes')
-rw-r--r--changes/windows_only_files4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/windows_only_files b/changes/windows_only_files
new file mode 100644
index 0000000000..0ec64b9c43
--- /dev/null
+++ b/changes/windows_only_files
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Wrap windows-only C files inside '#ifdef _WIN32' so that tools that
+ try to scan or compile every file on Unix won't decide that they
+ are broken.