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.
This commit is contained in:
Nick Mathewson
2012-06-07 11:59:32 -04:00
parent 1e5683b167
commit bf9252587b
4 changed files with 11 additions and 4 deletions
+3
View File
@@ -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.