Windows: Use 32-bit distribution of python
This commit is contained in:
8
python/gevent/resolver/cares_pton.h
Normal file
8
python/gevent/resolver/cares_pton.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifdef CARES_EMBED
|
||||
#include "ares_setup.h"
|
||||
#include "ares_inet_net_pton.h"
|
||||
#else
|
||||
#include <arpa/inet.h>
|
||||
#define ares_inet_pton(x,y,z) inet_pton(x,y,z)
|
||||
#define ares_inet_net_pton(w,x,y,z) inet_net_pton(w,x,y,z)
|
||||
#endif
|
||||
Reference in New Issue
Block a user