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