the define INET6_ADDRSTRLEN makes trouble with Microsoft Platform SDK: ws2tcpip.h and is used nowhere (with the exception of to_str.c which has it's own definition)

comment out this definition

If I made a mistake and it's really used somewhere, we could add #ifndef INET6_ADDRSTRLEN as it's done in to_str.c

svn path=/trunk/; revision=25331
This commit is contained in:
Ulf Lamping 2008-05-20 21:57:14 +00:00
parent 58459d3fba
commit 27c176e4ff
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@
#include <epan/ipv6-utils.h>
#define INET6_ADDRSTRLEN 46
/* this definition makes trouble with Microsoft Platform SDK: ws2tcpip.h and is used nowhere */
/*#define INET6_ADDRSTRLEN 46*/
/*
* Definition for internet protocol version 6.