]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix mingw build with -DUNICODE -D_UNICODE
authorNick Mathewson <nickm@torproject.org>
Thu, 7 Jun 2012 15:59:32 +0000 (11:59 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 7 Jun 2012 15:59:32 +0000 (11:59 -0400)
commitbf9252587b4d7d970f02631b308451fb05ec5560
tree080b02d0945369477200daf70e8b73849fc16715
parent1e5683b167a612bf76d4ae9ba508027e0d473e52
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.
changes/fix_unicode [new file with mode: 0644]
src/common/util.c
src/test/test.c
src/test/test_util.c