aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-06-07 11:59:32 -0400
committerNick Mathewson <nickm@torproject.org>2012-06-07 11:59:32 -0400
commitbf9252587b4d7d970f02631b308451fb05ec5560 (patch)
tree080b02d0945369477200daf70e8b73849fc16715 /changes
parent1e5683b167a612bf76d4ae9ba508027e0d473e52 (diff)
downloadtor-bf9252587b4d7d970f02631b308451fb05ec5560.tar
tor-bf9252587b4d7d970f02631b308451fb05ec5560.tar.gz
Fix mingw build with -DUNICODE -D_UNICODE
This is a very blunt fix, and mostly just turns some func() calls into FuncA() to make things build again. Fixes bug 6097.
Diffstat (limited to 'changes')
-rw-r--r--changes/fix_unicode3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/fix_unicode b/changes/fix_unicode
new file mode 100644
index 000000000..b97c39395
--- /dev/null
+++ b/changes/fix_unicode
@@ -0,0 +1,3 @@
+ o Minor bugfixes:
+ - Make Tor build correctly again with -DUNICODE -D_UNICODE defined.
+ Bugfix on 0.2.2.16-alpha; fixes bug 6097.