]> granicus.if.org Git - libevent/commit
Fix evdns build with -DUNICODE
authorNick Mathewson <nickm@torproject.org>
Fri, 6 Aug 2010 21:13:27 +0000 (17:13 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 6 Aug 2010 21:13:27 +0000 (17:13 -0400)
commit5fa30d2bf443e9fc4c6ab9bf01f761006b97132d
treeeab0fd976a46d34c63bbb1b8d1d3e89a8d035833
parent28f31a4f8da9367a950e89f28a4ec2314d0e48e0
Fix evdns build with -DUNICODE

It turns out that GetProcAddress always takes its second argument as
a C string, regardless of whether unicode is on or not.
evdns.c