summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-05-14 12:22:51 -0400
committerNick Mathewson <nickm@torproject.org>2012-05-14 12:22:51 -0400
commitc5e87ef234e2feb7ac892f31c4c7eaedc56b06b2 (patch)
tree72187c37e5b893daa416ac204cbadbf437d3f1bf /changes
parentb6028b9e8b4c97c503a5de83b89f411d003c531b (diff)
downloadtor-c5e87ef234e2feb7ac892f31c4c7eaedc56b06b2.tar.gz
tor-c5e87ef234e2feb7ac892f31c4c7eaedc56b06b2.zip
We do not need to define _WIN32 by hand; MSVC does that for us
Bug 5858; fix on 0.2.3.12-alpha
Diffstat (limited to 'changes')
-rw-r--r--changes/bug58584
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug5858 b/changes/bug5858
new file mode 100644
index 0000000000..aa1e8bba1d
--- /dev/null
+++ b/changes/bug5858
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Remove bogus definition of "_WIN32" from src/win32/orconfig.h, to
+ unbreak the MSVC build. Fies bug 5858; bugfix on 0.2.3.12-alpha.
+