mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
r11630@Kushana: nickm | 2006-12-17 22:02:24 -0500
Add a typedef to (try to) make eventdns work on mingw. Man, I need a buildbot for this. svn:r9147
This commit is contained in:
parent
952b34d610
commit
973baa1673
@ -96,6 +96,10 @@
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
typedef int socklen_t;
|
||||
#endif
|
||||
|
||||
#define EVDNS_LOG_DEBUG 0
|
||||
#define EVDNS_LOG_WARN 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user