diff options
Diffstat (limited to 'src/include/ndpi_win32.h')
-rw-r--r-- | src/include/ndpi_win32.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/ndpi_win32.h b/src/include/ndpi_win32.h index 00bebe6ca..7885b13ef 100644 --- a/src/include/ndpi_win32.h +++ b/src/include/ndpi_win32.h @@ -47,18 +47,12 @@ #define _CRT_SECURE_NO_WARNINGS #endif -#define _WS2TCPIP_H_ /* Avoid compilation problems */ - #define IPVERSION 4 /* on *nix it is defined in netinet/ip.h */ #ifndef MIN #define MIN(X, Y) (((X) < (Y)) ? (X) : (Y)) #endif -#ifndef IPPROTO_SCTP -#define IPPROTO_SCTP 132 -#endif - #if defined(__MINGW32__) || defined(__MINGW64__) #undef gettimeofday #define gettimeofday mingw_gettimeofday |