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:
Nick Mathewson 2006-12-18 03:02:30 +00:00
parent 952b34d610
commit 973baa1673

View File

@ -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