Skip to content
Snippets Groups Projects
Commit 973baa16 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

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
parent 952b34d6
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment