Skip to content

Commit

Permalink
Fixed: Redefinition inet_ntop error with Microsoft Visual C++
Browse files Browse the repository at this point in the history
Compiler for Python 2.7

This is an issue when using 32bit instead of 64bit.
  • Loading branch information
xrsanet committed Aug 31, 2016
1 parent 9cf6e5f commit 28d7790
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion radix/_radix/radix.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
typedef unsigned __int8 u_int8_t;
typedef unsigned __int16 u_int16_t;
typedef unsigned __int32 u_int32_t;
const char *inet_ntop(int af, const void *src, char *dst, size_t size);
size_t strlcpy(char *dst, const char *src, size_t size);
#endif

Expand Down

0 comments on commit 28d7790

Please sign in to comment.